Generate a complete presentation based on the provided outline and parameters. Notice the / was added because the endpoint must be unique. The original endpoint from AI-Worker is /presentations/generate.
POST
/presentations/generate/
curl \
--request POST 'https://api.huy-devops.site/api/presentations/generate/' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"model":"string","provider":"string","language":"string","slide_count":42,"outline":"string","meta_data":{}}'
Request examples
{
"model": "string",
"provider": "string",
"language": "string",
"slide_count": 42,
"outline": "string",
"meta_data": {}
}
Response examples (200)
{}