Skip to main content
POST
Create a Deck

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Body

name
string
required

The name for the deck.

description
string | null

The description for the deck.

Response

OK

deck_id
string<uuid>
required

The identifier for the deck.

name
string
required

The name of the deck.

sources
object[]
required

The sources associated with this deck.

jobs
object[]
required

The jobs associated with this deck.

created_at
integer<int64>
required

The time the deck was created.

updated_at
integer<int64>
required

The time the deck was last updated.

description
string | null

The description of the deck.