cURL
curl --request GET \ --url https://api.slidesgpt.com/v1/presentations/{id}/download \ --header 'Authorization: Bearer <token>'
"<string>"
Downloads 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 as a file
The response is of type file.
file