Skip to main content
GET
/
v1
/
presentations
/
{id}
/
download
Download a presentation
curl --request GET \
  --url https://api.slidesgpt.com/v1/presentations/{id}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

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

The requested presentation as a file

The response is of type file.