cURL
curl --request GET \ --url https://api.slidesgpt.com/v1/presentations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "embed": "<string>", "download": "<string>" }
Get a presentation by id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the presentation
The requested presentation
The url to embed the presentation. A redirect to a Microsoft PowerPoint viewer url.
The url to download the presentation as PowerPoint.