Generate a presentation
Generates a presentation based on the provided prompt
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/presentations/generate" \ -H "Content-Type: application/json" \ -d '{ "prompt": "Create a 10 slide presentation about the history of the internet", "templateId": "abc123" }'{ "id": "123", "embed": "https://api.slidesgpt.com/123/embed", "download": "https://api.slidesgpt.com/123/download"}Empty
Empty