Thumbnail API

Thumbnail

GET https://api.livestreaming.imgarena.com/api/v2/streaming/events/{id}/thumbnail

Query Parameters

Name
Type
Description

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.

{
    "thumbnailUrl": "https://img.dge-prod.dicelaboratory.com/original/bs/AMIfv96rzAaCf4oPegnDwuQ11Uhx5ueG2B4E7zuTcPcfLwOI0StI9c-WqbbddKC-szJZQsHg9g8II-PzPAC2UloveHkHqxnbQ8TXD3egMtWjle0ABgziotzhbWt7-R2XcqTwlLUjjdaTtdmWebDgHIo2LT3WtCYSlw"
}

Last updated

Was this helpful?