Generate a presentation outline based on the provided topic and parameters
POST
/outline/generate
curl \
--request POST 'http://localhost:8080/api/outline/generate' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"topic":"string","model":"string","provider":"string","language":"string","slide_count":42}'
Request examples
{
"topic": "string",
"model": "string",
"provider": "string",
"language": "string",
"slide_count": 42
}
Response examples (200)
string