Skip to main content
The agentled API gives you programmatic access to the AI Search monitor: create the brands you want to track, add the prompts asked about them, set the market each brand is measured from, and read back the results — the same data that powers the dashboard. It’s built for both people and agents: point Claude (or any AI) at the OpenAPI spec and it can configure and query everything below.

Base URL

What you can do

Manage brands

Create brands, read their details, and set their measurement location.

Manage prompts

Add the questions asked about a brand, edit them, and enable or disable them.

Read results

Fetch a brand’s visibility metrics, its scan history, and every answer a prompt received.

Discover values

Look up the exact country and city values a brand’s location accepts.

Conventions

  • JSON everywhere. Request and response bodies are JSON.
  • Bearer auth. Every request needs an Authorization: Bearer header — see Authentication.
  • Account-scoped. A key only ever sees brands your account belongs to.
  • Stable error codes. Errors share one shape you can branch on — see Errors & pagination.
  • camelCase fields. Response fields are camelCase and additive over time.
The API currently monitors ChatGPT. Claude, Gemini, Perplexity and others are coming — the shape of the data won’t change, platform will just take new values.