Cue
API ReferenceMedia

Get media thumbnail

Retrieve the thumbnail for a media asset.

GET
/media/{id}/thumbnail

Authorization

bearerAuth
AuthorizationBearer <token>

API keys start with cue_sk_ prefix. Get your key from the Cue dashboard.

Example: cue_sk_abc123def456ghi789jkl012mno345pqr678stu901vwx234

In: header

Path Parameters

id*string

Media asset ID

Response Body

image/*

application/json

application/json

curl -X GET "https://api.oncue.so/v1/media/med_x9k4m2n7pqhj/thumbnail"
"string"
Empty
{
  "error": "Unauthorized"
}
{
  "error": "Asset not found"
}