cURL
curl --request GET \ --url https://api.presenton.ai/api/v1/ppt/presentation/{id} \ --header 'Authorization: <authorization>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "content": "<string>", "n_slides": 123, "language": "<string>", "title": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "tone": "<string>", "verbosity": "<string>", "theme": {}, "slides": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "presentation": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "layout_group": "<string>", "layout": "<string>", "index": 123, "content": {}, "html_content": "<string>", "speaker_note": "<string>", "properties": {} } ] }
Get a presentation and its slides by id.
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?