cURL
curl --request POST \ --url https://api.main.apexscore.ai/api/v1/text_topic_theme_idea/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "text_topic_theme_id": "cbd04970-efa7-400c-b645-baac76c5746b" }'
{ "text_topic_theme_id": "cbd04970-efa7-400c-b645-baac76c5746b" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object