GET
/
v1
/
presentations
/
{id}
/
download
curl --request GET \
  --url https://api.slidesgpt.com/v1/presentations/{id}/download \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The id of the presentation

Response

200
application/vnd.openxmlformats-officedocument.presentationml.presentation

The requested presentation as a file

The response is of type file.