Generate Article Title.
cURL
curl --request POST \ --url https://api.octaviatech.app/cms/ai/generateTitle \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "text": "Article content about…", "maxChars": 60 }'
{ "success": true, "statusCode": 200, "message": "OK", "data": { "title": "Catchy, concise title", "tokens": { "used": 80, "remaining": 9920, "limit": 10000 } } }
Base text/article
Hard cap on title length
60
OK (title)
The response is of type any.
any
Was this page helpful?