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
The response is of type object.
object
Was this page helpful?