Skip to main content
Brands

Create a brand to track

View Markdown

Creates a brand: the entity you track across Google and AI models. Stores its aliases, tracked engines, prompts, and competitors. Free, no credits.

POST/v1/brands/

Authorization

accessKey
x-access-key<token>

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

curl -X POST "https://example.com/v1/brands/" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{
  "success": true,
  "data": {
    "id": "string",
    "name": "string",
    "domain": null,
    "aliases": [
      "string"
    ],
    "category": null,
    "location": "string",
    "engines": [
      "string"
    ],
    "prompts": [
      "string"
    ],
    "competitors": [
      "string"
    ],
    "createdAt": "string",
    "updatedAt": "string"
  }
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}