Skip to main content
POST
Import a presentation as a deck

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Query Parameters

source
enum<string>
required

Slide import source format. Only pptx is currently supported.

Available options:
pptx

Body

multipart/form-data
name
string
required

Name for the new deck.

Maximum string length: 255
Example:

"Spring Roofing Pitch"

file
file
required

The presentation file. For source=pptx, exactly one .pptx file up to 25 MB with at most 50 slides.

description
string

Optional deck description.

Maximum string length: 10000

Response

Deck created from the imported presentation

deck
object
required
import
object
required