POST
/
llm
/
conversation-starter
Conversation Starter
curl --request POST \
  --url https://ella.navgurukul.org/api/llm/conversation-starter \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "topic": "School and Friends"
}
'
{
  "starter": "<string>",
  "header_title": "<string>"
}

Authorizations

Authorization
string
header
default:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI1N2U0NDg0NC04YWRiLTQyNTgtYWI4Mi05MWNmNDUxZTQ4OGEiLCJleHAiOjIwOTY4Njg2Njh9._oyjz0enX_sLYvidUm4EUMq5oTNUpxZmowoxIf5J7dc
required

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

Body

application/json
topic
string | null

Response

Successful Response

starter
string
required
header_title
string
required