POST
https://api.main.apexscore.ai
/
api
/
v1
/
text_topic_theme_idea
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

201 - application/json

The response is of type object.