Quickstart
Quickly get up and running with the SlideSpeak API and create your first AI-driven presentation in just a few minutes.
Prefer using Postman? Check out our Postman collection.
Getting an API key
Before making your first request you first need to create and copy your SlideSpeak API key. Go to the developer page, create an API key and copy it.
Making the first request
All requests require a X-API-Key
header with your API key.
Run the following code to create your first presentation, be sure to use your own api key in the X-API-Key header:
If your request and API key is correct you should get the following response:
Congrats! You just made your first API request! The process to create your presentation has now started. Follow the next steps to check the progress and download the presentation when it's ready.
Downloading the presentation
The previous request we made started the process to create a presentation. You can now send a request to poll for the status. The creation step can take around 20-30 seconds, depending on the length of the presentation.
We will now send a call to check on the status of the job. Send the following request, and replace 'your-task-id' with the task_id you got as a response from the previous request.
You might initially get a response showing that the request is still in progress. This looks like this:
Give it some time, and if all goes well you will get the following response:
Congrats! You just made your first powerpoint!
Next steps
The next step is to check out all available endpoints in the 'public API' section. Want to work with a custom template? You can find that documentation here.
Last updated