cURL
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>" ] }
Successful Response
A list of base64 encoded thumbnail images. Images are in JPG format. Set to None when there is an error.
Whether the request was successful.
If the request was not successful, this will contain an error message.
Was this page helpful?