BlitzReels
BlitzReelsDocumentation
API Reference
GET
/clip-share-pages/{asset_id}

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Path Parameters

asset_id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/clip-share-pages/string"
{  "asset_id": "string",  "exists": true,  "enabled": true,  "share_url": "string",  "allow_downloads": true,  "title": "string",  "description": "string",  "hidden_clip_ids": [    "string"  ]}