Build powerful presentation workflows with our API
Authenticate your requests using Bearer tokens. You can generate an API key in your dashboard settings.
/v1/presentations/generateGenerate a new presentation from a prompt.
{
"topic": "Q4 Marketing Strategy",
"slides": 10,
"style": "professional"
}/v1/presentations/{id}Retrieve details of a specific presentation.
The API is currently rate limited to 100 requests per minute for Pro plans and 1000 requests per minute for Enterprise plans.