v1

latestOpenAPI 3.1.02026-07-26435261.9 KB
V3 Presentation

Create Presentation From Json Async V3

Create a presentation from JSON asynchronously.

Use /api/v3/async-task/status/task-xxxxxxxxxx to get the status of presentation.

Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx

post/api/v3/presentation/from-json/async

Headers

Authorizationstring required

Bearer JWT or API Key

Bearer JWT or API Key

Request body

languagestring

The language of the presentation

titlestring nullable

The title of the presentation

standard_templatestring

The template to use for the presentation. Available templates: neo-general, neo-modern, neo-standard, neo-swift, general, modern, standard, swift and your custom templates

themestring nullable

The theme to use for the presentation. Available themes: edge-yellow, light-rose, mint-blue, professional-blue, professional-dark and your custom themes

export_as'pptx' | 'pdf' | 'png'

The format to export the presentation as

trigger_webhookboolean

Whether to trigger subscribed webhooks

Response

Successful Response

idstring
status'pending' | 'completed' | 'error'
messagestring required
dataobject nullable
errorobject nullable
created_atstring date-time required
updated_atstring date-time required