Skip to main content
POST
One reel's Content card, exactly the row a dally_show canvas carries, so a tap on a still in the Stage's strip can put that reel on the Stage without a new canvas.

Authorizations

Authorization
string
header
required

A WorkOS-dashboard-issued internal API key on Authorization: Bearer.

Body

application/json
platform
string
required

The reel's platform as the card carries it: instagram, youtube or facebook.

Minimum string length: 1
content_id
string<uuid>
required

The reel's Content id, as every card carries it.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Success. request_id is present on every response.

content
object
required

The reel's card, with the creator's usual on it.

request_id
string
required

Server-minted id for this request. Present on every response, success and error — quote it when reporting a problem.

Minimum string length: 1