curl --request POST \ --url https://api.slidesgpt.com/v1/presentations/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "prompt": "Create a 10 slide presentation about the history of the internet", "templateId": "abc123"}'
Generates a presentation based on the provided prompt
POST
/
v1
/
presentations
/
generate
Generate a presentation
Copy
Ask AI
curl --request POST \ --url https://api.slidesgpt.com/v1/presentations/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "prompt": "Create a 10 slide presentation about the history of the internet", "templateId": "abc123"}'