Endpoints
Embed a presentation
Returns a redirect URL to view the presentation in Microsoft PowerPoint Online viewer, which can be used in an iframe or opened directly
GET
/
v1
/
presentations
/
{id}
/
embed
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the presentation
Response
302 - application/json
The redirect location to the embedded presentation.