Skip to main content
POST
AI Visibility: prompt explorer

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Body

application/json
prompt
string
required

The prompt to run across the AI models.

models
enum<string>[]

Which models to query (default all four).

Available options:
chat_gpt,
claude,
gemini,
perplexity

Allow the models to use web search.

country
string

Two-letter ISO country code to geolocate web search (e.g. 'US').

brand
string

Optional brand to flag mentions of in each answer.

Response

Accepted - job queued. Poll GET /jobs/{job_uid}; on completion result_data contains the same payload the old 200 body carried.

success
enum<boolean>
Available options:
true
data
object
usage
object
meta
object