Get a list of assets from your library
Returns an array of assets from your library. Supports filtering by type and status, with pagination via query parameters. Pagination metadata is returned in response headers:Documentation Index
Fetch the complete documentation index at: https://docs.argil.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Header | Description |
|---|---|
X-Total-Count | Total number of assets matching the filters |
X-Page | Current page number |
X-Page-Size | Number of items per page |
X-Total-Pages | Total number of pages |
| Type | Description |
|---|---|
AUDIO | Audio files for background music (system library) |
IMAGE | Uploaded images for use as B-roll |
VIDEO | Uploaded videos for use as B-roll |
API key to be included in the x-api-key header
Filter by asset type. Can be specified multiple times (e.g. ?type=VIDEO&type=IMAGE). Omit to return all types.
AUDIO, IMAGE, VIDEO Filter by processing status. Default: READY.
PROCESSING, READY, FAILED Page number
x >= 1Number of items per page
1 <= x <= 100An array of assets. Pagination metadata is in response headers.
AUDIO, IMAGE, VIDEO Processing status. Poll until READY before using as B-roll.
PROCESSING, READY, FAILED URL to access the asset. Null while processing.
URL to a thumbnail image. Null while processing.