BlitzReels
BlitzReelsDocumentation
API Reference
GET
/projects/{projectId}/media

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Path Parameters

projectId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/projects/string/media"
{  "media": [    {      "id": "string",      "name": "string",      "asset_type": "string",      "mime_type": "string",      "file_size_bytes": 0,      "processing_status": "string",      "created_at": "string",      "deduped": true    }  ]}