Videos
Create card
Create a new card
POST
/
videos
/
{VIDEO_ID}
/
cards
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the video
Body
application/json
A short label for the card
Maximum length:
100
The time-code the card should appear at, as HH:MM:SS
Maximum length:
8
The time-code the card should hide at, as HH:MM:SS
Maximum length:
8
Can the user skip/hide it?
The main text shown on the card
Maximum length:
100
The lower text shown on the card
Maximum length:
100
The URL viewers will be taken to if they click the card
Maximum length:
100