cURL
curl --request POST \ --url https://api.social-api.ai/v1/brands \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Acme Corporation" } '
{ "accounts_count": 0, "created_at": "2026-03-14T09:00:00Z", "id": "b_01HZ9X3Q4R5M6N7P8V2K0W1J", "name": "Acme Corporation", "updated_at": "2026-03-14T09:00:00Z" }
Creates a new brand for grouping connected social accounts. Each brand can have one account per platform.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Brand name
"Acme Corporation"
Brand created
0
"2026-03-14T09:00:00Z"
"b_01HZ9X3Q4R5M6N7P8V2K0W1J"