Skip to main content
POST
/
api
/
v1
/
text_topic_theme_idea
/
Create
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
text_topic_theme_id
string<uuid>
required
text
string | null
is_helpful
boolean | null

Response

201 - application/json
id
string<uuid>
required
text_topic_theme_id
string<uuid>
required
text
string | null
is_helpful
boolean | null
I