cURL
curl --request POST \ --url https://api.peec.ai/customer/v1/brands \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "domains": [ "<string>" ], "regex": "<string>", "aliases": [ "<string>" ], "color": "<string>" } '
{ "id": "kw_915e742b-396d-4a86-ad57-8bc84e8c2232" }
Create a new brand within a project
Documentation IndexFetch the complete documentation index at: https://docs.peec.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.peec.ai/llms.txt
Use this file to discover all available pages before exploring further.
1
Hex color like #1A2B3C
Brand created successfully
"kw_915e742b-396d-4a86-ad57-8bc84e8c2232"