Videos
Create hotspot
Create a new hotspot
POST
/
videos
/
{VIDEO_ID}
/
hotspots
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 hotspot
show_at
string
The time-code the hotspot should appear at, as HH:MM:SS
hide_at
string
The time-code the hotspot should hide at, as HH:MM:SS
x
number
Where should the hotspot be horizontally positioned (we suggest 25-75)?
y
number
Where should the hotspot be vertically positioned (we suggest 25-75)?
action
enum<string>
What should happen when the hotspot is clicked?
Available options:
link
link
string
The URL viewers will be taken to if they click the hotspot
target
enum<string>
Where should the link open?
Available options:
_blank
, _parent
opacity
enum<string>
How should the hotspot appear?
Available options:
invisible
, translucent
, opaque
Response
200 - application/json
success
boolean
requiredresult
object
requiredlinks
object
requirederrors
object[]
required