🎯 Endpoint
It immediately returns a Task ID which you can later use to check status and download the presentation.
For detailed information about the request format, please see the API Reference.
🔐 Authentication
Before calling the API, log in to Presenton and create an API key from your account page: Presenton Account.Your key will look like
sk-presenton-xxxxx
.
Include this key in every request using the Authorization header:
📤 Example Request
📥 Example Response (Task Creation)
id
: The unique Task ID (use this to check status)status
: Current state of the task (pending
,processing
,completed
,failed
)message
: Human-readable status messagecreated_at
/updated_at
: Timestamps
🔄 Checking Task Status
Use the following endpoint to then check the status of your async task:{id}
with the Task ID returned earlier.
Once the task is completed, the response will include the presentation file path and editor link.