Skip to main content
POST
Brand Research

Authorizations

X-API-Key
string
header
required

Body

application/json

Input model for brand research endpoint.

brand_url
string | null

The brand website URL to research

Example:

"https://example.com"

brand_name
string | null

The brand name to research

Example:

"Example Brand"

include
string[]

Optional list of extra data to include in the response. Supported values: 'colors'. When 'colors' is included, brand colors are extracted from the website CSS and logos.

Example:

Response

Successful Response

Response model for the v2 brand research endpoint.

brand
BrandV2Brand · object
required

Brand information

industries
string[] | null

Industry labels

audience
BrandV2Audience · object | null

Target audience summary

metadata
Metadata · object | null

Provenance and supporting evidence

effort
enum<string> | null

Effort level used to generate this result. 'auto' is resolved to the actual level applied.

Available options:
auto,
low,
mid,
high