Endpoints
Generate presentation
Generates a presentation based on the provided prompt
POST
/
v1
/
presentations
/
generate
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The prompt to generate the presentation.
Required string length:
5 - 64000