← Catalog

aeo.answer

live

What ChatGPT, Claude, Gemini or Perplexity answers for a prompt, with web search on, and every source it cites. The building block of an AI visibility audit.

live coverage

DataForSEO: ChatGPT ✓Claude ✓Gemini ✓Perplexity ✓

✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.

Providers

ProviderStatus
DataForSEO live

Billing

Unit: per_answer · unmatched results billed: no
Priced per answer. Cost varies by assistant and answer length; the exact quote is reserved before execution.

The exact price is returned by /v1/inspect before every call and reserved on execution.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "aeo.answer",
    "input": { "prompt": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "assistant": {
      "default": "chatgpt",
      "enum": [
        "chatgpt",
        "claude",
        "gemini",
        "perplexity"
      ],
      "type": "string"
    },
    "location": {
      "description": "Two-letter country code for the web search",
      "type": "string"
    },
    "model": {
      "description": "Optional exact model name; the assistant\u0027s current default otherwise",
      "type": "string"
    },
    "prompt": {
      "description": "The buyer question, up to 500 characters",
      "type": "string"
    }
  },
  "required": [
    "prompt"
  ],
  "type": "object"
}

Normalized output fields

prompt · model · answer · sources · source_domains