GET
/
v1
/
presentations
/
{id}
/
embed
curl --request GET \
  --url https://api.slidesgpt.com/v1/presentations/{id}/embed \
  --header 'Authorization: Bearer <token>'
{
  "location": "<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

302
application/json
Redirect to the embedded presentation
location
string
required

The redirect location to the embedded presentation.