Skip to main content
This walks through the full loop: create a brand, add a prompt, optionally set a location, and read results. Every call needs your API key — set it once:

1. Check your plan

Your plan sets how many brands and prompts you can have, and whether brands are scanned daily.

2. Create a brand

Pass a website. The name, description, and logo are enriched automatically.
Save the brand id — the next calls use it. Creating the same domain again just returns the existing brand (it won’t duplicate or re-enrich).
A new brand has no prompts, and a brand with no active prompts is never scanned. Add at least one prompt in the next step.

3. Add a prompt

Prompts are the questions asked about the brand each scan.

4. (Optional) Set a location

By default a brand is measured worldwide. To measure a specific market, discover valid values and set them. See Concepts → Location.

5. Wait for a scan, then read results

On a paid plan the brand is scanned daily once it has active prompts. After a scan completes, read its metrics and history:
Scans aren’t triggered through the API yet. Brands are picked up by the daily sweep, which runs on paid plans only — so a brand created via the API on a free plan can be configured but won’t produce results until it’s on a paid plan.

Next steps