SlidesGPTSlidesGPT API

Get a presentation

Get a presentation by id

GET
/v1/presentations/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

The id of the presentation

Response Body

application/json

curl -X GET "https://example.com/v1/presentations/string"
{  "id": "string",  "embed": "http://example.com",  "download": "http://example.com"}
Empty
Empty