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

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Path Parameters

asset_id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/clip-share-pages/string" \  -H "Content-Type: application/json" \  -d '{    "enabled": true  }'
{  "asset_id": "string",  "exists": true,  "enabled": true,  "share_url": "string",  "allow_downloads": true,  "title": "string",  "description": "string",  "hidden_clip_ids": [    "string"  ]}