200
application/jsonThe response contains the status of the request and data. Data is an array where each element represents a response for a single query from the request.
{
"id": "your-request-id",
"status": "Success",
"data": [
{
"query": "https://outscraper.com",
"screenshot": "https://os-storage.b-cdn.net/2024/12/10/1ec3016b-c3fa-4248-8a5c-73ad27e98f82.webp"
}
]
}