Skip to main content
POST
Import Pptx

Authorizations

Authorization
string
header
required

API key from Settings > Developer > REST API

Headers

Moda-Version
enum<string>
default:2026-05-01

Calendar-dated API version pin. New integrations should pin 2026-05-01 to opt into the newest response shapes. For back-compat the server also accepts requests with no header and resolves them to the current default (today: 2026-04-12); that default advances on each sunset date. Any unsupported value returns 400 unsupported_version.

Available options:
2026-04-12,
2026-05-01
Example:

"2026-05-01"

Body

multipart/form-data
file
file | null

The .pptx to import (multipart). For files that exceed the request-body transport limits, upload first (POST /v1/uploads) and pass 'file_ref' instead.

file_ref
string | null

A file_ id from POST /v1/uploads referencing an already-uploaded .pptx. Mutually exclusive with 'file'.

canvas_name
string | null

Name for the created canvas. Defaults to the deck's filename.

Maximum string length: 200
idempotency_key
string | null

A retried call with the same key replays the stored job envelope (replayed:true) instead of starting a second import.

Maximum string length: 200

Response

Successful Response

The response is of type Response Importpptx · object.