BlitzReels
BlitzReelsDocumentation
API Reference
GET
/projects/{projectId}/timeline/at

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Path Parameters

projectId*string

Query Parameters

time_seconds*number
Range0 <= value

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/projects/string/timeline/at?time_seconds=0"
{  "timeSeconds": 0,  "items": [    {      "id": "string",      "type": "string",      "label": "string",      "layerIndex": 0,      "volume": 0,      "startSeconds": 0,      "endSeconds": 0,      "mediaAssetId": "string",      "contentItemId": "string"    }  ]}