Headers

Header name Description
Content-Type
required
application/json
X-API-KEY
required
YOUR_API_KEY

Examples

// Successful request
GET /api/v2/assets/6V0rzExP7SY56UH7sSS-/image_crops
200
{
  "image_crops": []
}
// Asset not found
GET /api/v2/assets/:asset_id/image_crops
404
{
  "error": "asset not found"
}

Errors

Code Description
401 Unauthorized
404 Not found
500 Internal Server Error
422 Missing parameters