Upload Live Thumbnails

Generate presigned upload URLs for live stream state thumbnails

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to get presigned upload URLs for the live stream thumbnails you want to set.

Supported thumbnail states are preparing, disconnected, and end.

After you receive the presigned URL for a state, upload the image with a PUT request.

curl --location --request PUT '<presigned_upload_url>' \
--header 'Content-Type: image/png' \
--data-binary '@/path/to/thumbnail.png'
Body Params
string
required

Gumlet live video asset id.

statuses
required

Thumbnail states to upload. You can send an array or a comma-separated string.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json