curl -X POST \ <BASE_URL>/caption \ -H 'Content-Type: application/json' \ -H 'X-API-Key: YOUR_API_KEY' \ -d '{ "text": "Your text here", "tone": "Friendly", "brand_description": "Your brand description", "guidelines": "Some guidelines", "expand": true }'
{ "caption": "Your generated caption" }