Thumbnail API
Thumbnail
GET
https://api.livestreaming.imgarena.com/api/v2/streaming/events/{id}/thumbnail
Query Parameters
operatorId
integer
Your company's identifier. This is provided to you by the Integrations team.
auth
string
The API token for this request. Please see "Token Creation" section for more details.
timestamp
integer
The timestamp linked to the API token for this request. The timestamp value is the number of milliseconds since the unix epoch, i.e the number of milliseconds since midnight (UTC) on January 1st, 1970.
suppressErrors
boolean
If set to "true", this will wrap all errors in a HTTP 200 OK response.
format
string
Can be "xml" or "json" based on the output format required. Default is JSON.
width
integer
If specified, the thumbnail will be autoscaled to the given width. 0 means the thumbnail will be returned in it's original size.
Last updated
Was this helpful?