Skip to main content

Slides API

Get one presentation

GET /gslides/id (Get one presentation)
Headers
nametypedata typedescription
AuthorizationrequiredstringBearer token
Parameters
nametypedata typedescription
idrequiredstringPresentation ID
Responses
http codecontent-typeresponse
200application/jsonPresentation document content
Example
 GET /gslides/1l8eju0qDejNy0pmZYevDnItHJTrVto8Yt1WgWZ2ar6o

Insert slides to one presentation

POST /gslides/id/insert (Insert slides)
Headers
nametypedata typedescription
AuthorizationrequiredstringBearer token
Parameters
nametypedata typedescription
idrequiredstringPresentation ID
Body
nametypedata typedescription
insertionIndexoptionalnumberInsert position index
itemsrequiredarray of slide contentSlide contents
Responses
http codecontent-typeresponse
200application/jsonPresentation document content
Example
 GET /gslides/1l8eju0qDejNy0pmZYevDnItHJTrVto8Yt1WgWZ2ar6o