Presentations
Embedding a Presentation
The SlidesGPT API provides an easy way to embed presentations using Microsoft PowerPoint Online. The embed
route returns a redirect response to the PowerPoint Online viewer.
Request Example
Send a GET
request to:
Sample Code (cURL)
Note: You must include your API key in the
Authorization
header. If you don’t have one, follow the steps in the Authentication Guide to get your API key.
Behavior
This request does not return JSON. Instead, it redirects the user to PowerPoint Online, where the presentation can be viewed.
Note: You can directly use this endpoint in an
<iframe>
or redirect users in your application.