Skip to main content
GET
/
api
/
v1
/
ppt
/
presentation
/
status
/
{id}
Check Async Presentation Generation Status
curl --request GET \
  --url https://api.presenton.ai/api/v1/ppt/presentation/status/{id} \
  --header 'Authorization: <authorization>'
{
  "message": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "status": "pending",
  "data": {},
  "error": {}
}

Headers

Authorization
string
required

The bearer token to authenticate with

Path Parameters

id
string
required

ID of the presentation generation task

Response

Successful Response

message
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
id
string
status
enum<string>
default:pending
Available options:
pending,
completed,
error
data
Data · object
error
Error · object