Videos
Create card
Create a new card
POST
/
videos
/
{VIDEO_ID}
/
cards
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
VIDEO_ID
string
requiredID of the video
Body
application/json
name
string
A short label for the card
show_at
string
The time-code the card should appear at, as HH:MM:SS
hide_at
string
The time-code the card should hide at, as HH:MM:SS
skip
boolean
Can the user skip/hide it?
top_text
string
The main text shown on the card
bottom_text
string
The lower text shown on the card
link
string
The URL viewers will be taken to if they click the card
Response
200 - application/json
success
boolean
requiredresult
object
requiredlinks
object
requirederrors
object[]
required