CueFrame
Api

List media items

Paginated library list. Filter with ?kind= (video|audio|image|gif|asset|source|stock), ?source= (upload|generated|import-url|stock), ?tag= (exact tag) so a real library isn't an undifferentiated soup.

GET
/v1/media

Authorization

AuthorizationBearer <token>

API key auth. Prefix cf_live_ for production orgs, cf_test_ for sandbox.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/media"
{  "data": [    {      "id": "string",      "status": "string",      "source": "upload",      "name": "string",      "mimeType": "string",      "fileSize": 0,      "duration": 0,      "width": 0,      "height": 0,      "frameRate": 0,      "progress": {        "phase": "string",        "percent": 0      },      "analysis": {        "property1": null,        "property2": null      },      "listUsd": 0,      "thumbnailUrl": "string",      "previewUrl": "string",      "kind": "string",      "tags": [        "string"      ],      "attribution": {        "provider": "pexels",        "externalId": "string",        "assetUrl": "string",        "license": "string"      },      "processingStatus": {        "phase": "idle",        "percent": 0,        "message": "string",        "error": "string"      },      "createdAt": "string",      "updatedAt": "string"    }  ],  "pagination": {    "hasMore": true,    "nextCursor": "string",    "prevCursor": "string"  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "x402Version": 2,  "accepts": [    {}  ],  "error": "string"}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}