BlitzReels
BlitzReelsDocumentation
API Reference
POST
/onboarding/logo/import

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

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/onboarding/logo/import" \  -H "Content-Type: application/json" \  -d '{    "profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",    "logo_url": "string",    "replace_existing": true  }'
{  "success": true,  "icon_storage_key": "string",  "next_actions": [    {      "method": "GET",      "path": "string",      "reason": "string"    }  ]}