Enterprise-grade · Overseas AI visibility monitoring
给工程师的对接文档:创建异步监测 run → 轮询状态 → 拉取诊断报告。一次集成,持续回答「海外 AI 引擎如何描述你的品牌」。
Base URL:https://api.geodashi.ai。Bearer 认证 + RFC 7807 标准错误;API Key 需开通 what_ai_says scope。
https://api.geodashi.ai 在线。未带有效 API key 时 POST/GET 均返回 401 + RFC 7807 JSON — 说明路由与网关正常。覆盖引擎:ChatGPT · Perplexity · Gemini · Google AI Overview
4 步:拿 key → POST 创建 run → polling → 可选拉 report。异步任务,典型 15–40 分钟完成。
联系 GeoDashi 团队获取 API Key(需开通 what_ai_says scope)。开通后即可按下方示例发起监测。
product_sku: was_l1 必填 brand + category;market 默认 US。
status 生命周期:pending → running → completed(或 failed)。推荐 10–15s 间隔轮询。
run 已完成时,report 端点返回与 poll 中 report 字段相同的完整 JSON;running 时返回 400。
| 字段 | 必填 | 说明 |
|---|---|---|
| product_sku | 必填 | was_l1 | was_deep_monitor |
| end_client_id | 选填 | 渠道多客户模式 UUID(B2B2C) |
| market | 选填 | US | GB | DE | BR | JP(默认 US) |
| 字段 | 必填 | 说明 |
|---|---|---|
| brand | 必填 | 品牌名,≤120 字符 |
| category | 必填 | 品类 / 行业,≤120 字符 |
| competitor | 选填 | 竞品名 |
| use_case | 选填 | 使用场景 |
| website_domain | 选填 | 官网域名 |
| 字段 | 必填 | 说明 |
|---|---|---|
| prompt | 必填 | 监测 prompt,≥4 字符 |
| brand | 选填 | 品牌上下文 |
| category | 选填 | 品类上下文 |
| competitor | 选填 | 竞品名 |
用量方案与监测模式由商务团队按场景配置。仅 completed 的成功监测计入用量;failed 不扣。
was_l1was_deep_monitor开通与增购请联系 hello@geodashi.ai,说明品牌、目标市场与预计调用量。
响应为结构化 JSON:引擎摘要、进度、诊断报告字段。可直接接入 dashboard 或下游分析管道。
| 字段 | 必填 | 说明 |
|---|---|---|
| run_id | — | 监测 run UUID |
| status | — | pending | running | completed | failed |
| product_sku | — | was_l1 | was_deep_monitor |
| run_type | — | l1_snapshot | deep_monitor |
| summary | — | ok_count / fail_count / skip_count / duration_ms |
| progress | — | running 时:completed_probes、probe_pct、eta_sec 等 |
| engines[] | — | engine_label、mentioned、status、answer_preview、citation_count |
| report | — | completed 时:完整诊断报告 JSON |
| quote_cards | — | 深度监测 completed 时可选引用卡片 |
| credits_remaining | — | 仅 create 响应:各 SKU 剩余次数 |
| HTTP | code | 何时 | 怎么办 |
|---|---|---|---|
| 400 | invalid_request | 请求体字段缺失或 market 不在白名单 | 看 detail 修字段,不要盲重试 |
| 401 | missing_api_key | 未传 Authorization | 加 Bearer cf_live_... |
| 401 | invalid_api_key | Key 无效或已废弃 | 联系 GeoDashi 团队 |
| 402 | insufficient_product_credits | 可用监测次数不足 | 联系销售补充用量 |
| 403 | insufficient_scope | Key 未开通 what_ai_says | 联系团队重新签发 Key |
| 404 | content_not_found | run_id 不存在或不属于当前账户 | 检查 run_id |
| 429 | rate_limit_exceeded | 请求过于频繁 | 按 Retry-After 等待 |
| 500 | internal_error | 服务端异常 | 带 trace_id 联系支持,可重试 1 次 |
结构化 JSON 诊断报告:各引擎是否提及品牌、答案摘要、引用数量,以及可见性评分与方向性结论。适合直接接入 dashboard 或客户汇报。
仅 status=completed 的成功监测计入用量;failed 不扣。创建任务时会预检余额,不足时返回 402。
前 2 分钟每 10–15s,之后每 15–30s。单次监测典型 15–40 分钟完成,请避免 1s 级高频轮询。
单次监测 = 品牌 + 品类快照,适合首次摸底;深度监测 = 自定义 prompt 多轮采样,适合跟踪关键问题下的稳定性与引用来源。
邮件联系 hello@geodashi.ai,说明品牌、目标市场与集成场景。我们会协助签发 API Key 并完成联调。