This endpoint will generate a list of headlines
curl -X POST \ <BASE_URL>/topics \ -H 'Content-Type: application/json' \ -H 'X-API-Key: YOUR_API_KEY' \ -d '{ "topic": "sustainable living", "guidelines": "This is the guidelines." }'
{ "topic": [ "Future of AI", "AI in Healthcare", "AI in Education", "AI in Finance", "AI in Robotics", "AI in Marketing" ] }
This is the topic for which you want to generate ideas.
This is the guidelines.
A json object containing the ideas for the topic.