Skip to main content
POST
Generate a presentation asynchronously

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
content
string | null

The content for generating the presentation

slides
SlideContentLayout · object[] | null

The content and layout for each slide

n_slides
integer | null

Number of slides to generate

instructions
string | null

The instruction for generating the presentation

tone
enum<string>
default:default

The tone to use for the text

Available options:
default,
casual,
professional,
funny,
educational,
sales_pitch
verbosity
enum<string>
default:standard

How verbose the text should be

Available options:
concise,
standard,
text-heavy
content_generation
enum<string> | null

How to generate the content for each slide

Available options:
preserve,
enhance,
condense
markdown_emphasis
boolean
default:true

Whether to emphasize the markdown

Whether to enable web search

image_type
enum<string>
default:stock

Type of image to generate

Available options:
stock,
ai-generated
language
string | null

Language for the presentation

standard_template
string | null

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

smart_design
string | null

Design V2 id to use for the smart presentation

include_table_of_contents
boolean
default:false

Whether to include a table of contents

include_title_slide
boolean
default:true

Whether to include a title slide

allow_access_to_user_info
boolean
default:true

Whether to allow access to user's info

files
string[] | null

Files to use for the presentation. Use /api/v3/files/upload to upload files.

export_as
enum<string>
default:pptx

Export format

Available options:
pptx,
pdf,
png
trigger_webhook
boolean
default:false

Whether to trigger subscribed webhooks

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 | null
error
Error · object | null