POST
/
api
/
v1
/
ppt
/
presentation
/
export
Export Presentation As Pptx Or Pdf
curl --request POST \
  --url https://api.presenton.ai/api/v1/ppt/presentation/export \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "presentation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "path": "<string>",
  "edit_path": "<string>",
  "credits_consumed": 123
}

Headers

Authorization
string
required

The bearer token to authenticate with

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.