Skip to main content
POST
/
api
/
v1
/
ppt
/
presentation
/
generate
/
async
Generate Presentation Async
curl --request POST \
  --url https://api.presenton.ai/api/v1/ppt/presentation/generate/async \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "content": "<string>",
  "slides_markdown": [
    "<string>"
  ],
  "instructions": "<string>",
  "tone": "default",
  "verbosity": "standard",
  "markdown_emphasis": true,
  "web_search": false,
  "image_type": "stock",
  "theme": "<string>",
  "n_slides": 8,
  "language": "English",
  "template": "general",
  "include_table_of_contents": false,
  "include_title_slide": true,
  "allow_access_to_user_info": true,
  "files": [
    "<string>"
  ],
  "export_as": "pptx",
  "trigger_webhook": false
}'
{
  "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

Body

application/json
content
string | null
slides_markdown
string[] | null
instructions
string | null
tone
enum<string>
Available options:
default,
casual,
professional,
funny,
educational,
sales_pitch
verbosity
enum<string>
Available options:
concise,
standard,
text-heavy
markdown_emphasis
boolean
default:true
image_type
enum<string>
default:stock
Available options:
stock,
ai-generated
theme
string | null
n_slides
integer
default:8
language
string
default:English
template
string
default:general
include_table_of_contents
boolean
default:false
include_title_slide
boolean
default:true
allow_access_to_user_info
boolean
default:true
files
string[] | null
export_as
enum<string>
default:pptx
Available options:
pptx,
pdf
trigger_webhook
boolean
default:false

Response

status
string
required
id
string
message
string | null
error
object | null
created_at
string<date-time>
updated_at
string<date-time>
data
object | null