cURL
curl --request GET \ --url https://api.presenton.ai/api/v1/ppt/presentation/all \ --header 'Authorization: <authorization>'
{ "total_pages": 123, "page": 123, "page_size": 123, "results": [ "<any>" ] }
Get all presentations of the user.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
The bearer token to authenticate with
Successful Response
The response is of type object.
object
Was this page helpful?