Skip to main content
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

thumbnails
string[] | null
required

A list of base64 encoded thumbnail images. Images are in JPG format. Set to None when there is an error.

success
boolean
default:true

Whether the request was successful.

error
string | null

If the request was not successful, this will contain an error message.