GET
/
api
/
v1
/
thumbnails
/
{lookup_key}
Thumbnails
curl --request GET \
  --url https://www.datalab.to/api/v1/thumbnails/{lookup_key} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "thumbnails": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

lookup_key
string
required

Query Parameters

page_range
string | null
thumb_width
integer
default:300

Cookies

access_token
string

Response

Successful Response

The response is of type object.