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>'
{
  "id": "<string>",
  "status": "<string>",
  "message": "<string>",
  "error": {},
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "data": {}
}

Headers

Authorization
string
required

The bearer token to authenticate with

Path Parameters

id
string
required

Response

200
application/json

Successful Response

The response is of type object.