Headers

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

Params

Param name Description
asset_id
required

Asset ID

Validations:

  • Must be a String

Examples

// Successful request
GET /api/v2/assets/PmbEFV_dkhMYnuU-3SQQ/video_clips
200
{
  "video_clips": []
}
// Asset not found
GET /api/v2/assets/:asset_id/video_clips
404
{
  "error": "asset not found"
}

Errors

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