cURL
curl --request POST \ --url https://api.presenton.ai/api/v1/ppt/presentation/create/from-json \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "language": "English", "title": "<string>", "template": "general", "theme": "<string>", "slides": [], "export_as": "pptx", "trigger_webhook": false }'
{ "presentation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "path": "<string>", "edit_path": "<string>", "credits_consumed": 123 }
Create a presentation from JSON synchronously.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
Show child attributes
pptx
pdf
Was this page helpful?