API for China's AI Platform Monitoring

Monitor your brand across China's AI platforms

See exactly how your brand appears in AI-generated responses from DeepSeek, Doubao, Tongyi Qianwen, and more

8+
Platforms
<3min
Response
24h
Cache
99.9%
Uptime

Supported platforms

We monitor 8 major AI platforms in China, reaching hundreds of millions of users

DeepSeek
DeepSeek
Deep thinking model
Doubao
Doubao
ByteDance AI assistant
Tongyi Qianwen
Tongyi Qianwen
Alibaba's AI platform
Yuanbao
Yuanbao
Tencent AI + WeChat
Kimi
Kimi
Ultra-long context AI
Baidu AI+
Baidu AI+
AI-enhanced search

Everything you need to monitor AI visibility

As AI replaces search, knowing how your brand appears in AI responses becomes essential

Real-Time Responses

Query any Chinese AI platform and receive the exact response users see

Citation Tracking

Every response includes reference links and citation sources

Multi-Platform

Monitor 8+ Chinese AI platforms with a single API call

Competitor Intel

Track how competitors appear in AI responses and benchmark against leaders

OpenAI-Compatible

Standard chat completions format, also available as an MCP Server

Structured JSON

Answers, citations, media, and recommended questions ready for your dashboards

See what you get

Every query returns structured data: AI responses, screenshots, citations, and reasoning traces

DeepSeek reasoning_search "东北人的日常饮食习惯"
DeepSeek AI response screenshot
Scroll to see full page capture (screenshot=1)
Screenshots
Full page capture
Citations
Inline source links
Reasoning
AI thinking trace
References
37 web sources

How it works

Three steps to start monitoring

1

Submit Query

POST your query and select target AI platforms via our REST API

2

We Query AI

Our system queries the AI platforms in real-time and collects full responses

3

Get Results

Poll for structured JSON results within 2-3 minutes

API Documentation

Three endpoints, async by design, poll status then fetch results

1. Submit a monitoring query

curl -X POST https://api.geotoolhub.com/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "geo-monitor",
    "messages": [{"role": "user", "content": "What are the best CRM tools?"}],
    "platforms": [{"platform": "deepseek", "mode": "search"}]
  }'

# Response (OpenAI-compatible, contains task_id):
{"choices": [{"message": {"content": "{\"task_id\":\"uuid\",\"status\":\"pending\"}"}}]}

2. Poll task status

curl https://api.geotoolhub.com/v1/tasks/{task_id}/status \
  -H "Authorization: Bearer sk-your-api-key"

# Response (poll every 5-10s until completed):
{"task_id": "uuid", "status": "completed"}

3. Fetch results

curl https://api.geotoolhub.com/v1/tasks/{task_id}/result \
  -H "Authorization: Bearer sk-your-api-key"

# Response:
{
  "task_id": "uuid",
  "status": "completed",
  "data": {
    "answerContent": "Full AI response...",
    "referenceList": [{"title": "...", "url": "..."}],
    "citationList": [...]
  }
}

Parameters

modestandard | reasoning | search | reasoning_search
screenshot0 (none) | 1 (screenshot) | 2 (mention)
platformsdeepseek | doubao | qianwen | yuanbao | kimi | baiduai | quark | weibo_zhisou

Usage-based pricing

$0.25 per monitoring request. One request covers 1 prompt on 1 platform.

Free trial

$1.25
Starter credit is applied after email verification.
  • One-time $1.25 starter credit
  • Eligible users may be topped up to a $1.25 balance monthly
  • 1 prompt x 1 platform per request
  • All 8 platforms
  • API and workspace access
Start Free

Starter

$39/mo
500 included results/month
  • 500 billable prompt-platform results
  • All 8 platforms
  • Email support
Contact to activate

Pro

$119/mo
2,000 included results/month
  • 2,000 billable prompt-platform results
  • All 8 platforms
  • Priority support
  • Historical data
Contact to activate

Enterprise

$299/mo
6,000 included results/month
  • 6,000 billable prompt-platform results
  • All 8 platforms
  • Dedicated support
  • Custom usage, integration, and SLA options
Customize Enterprise

Verify your email to unlock the one-time $1.25 starter credit. Monthly top-ups are limited to one platform claim per system user and UTC month. RapidAPI usage is billed separately.

Need higher volume or a custom integration?
We offer tailored plans with dedicated support and volume pricing
Contact Sales

Questions & answers

What is GEO Insights?
GEO Insights is an API service that monitors how brands appear in responses from Chinese AI platforms like DeepSeek, Doubao, and Tongyi Qianwen
Why not just call AI APIs directly?

Web-based AI platform results differ from standard API calls by over 20%, because:

  1. Shallow RAG: API endpoints use shallow retrieval-augmented generation, causing significant information loss
  2. Missing system prompts: APIs access bare models while web platforms inject thousands of words of system prompts
  3. Single model vs MoE: APIs route to one model while web platforms use dynamic Mixture of Experts routing
Which platforms are supported?
DeepSeek, Doubao (ByteDance), Tongyi Qianwen (Alibaba), Yuanbao (Tencent), Kimi (Moonshot AI), Baidu AI+, Quark, and Weibo Zhisou
How does the API work?
Submit a query via our REST API, our system queries the AI platforms in real-time, collects responses, and returns structured data including AI answers, citations, and brand mention analysis within 2-3 minutes
What is GEO?
Generative Engine Optimization is the practice of optimizing a brand's visibility in AI-generated responses as more people use AI chatbots for research
Is there a free trial?
After email verification, eligible new accounts receive a one-time $1.25 starter credit. A separate monthly top-up may bring the balance up to $1.25 once per UTC month, with one platform claim per system user. No credit card is required.
How is this different from SEO monitoring?
SEO tools monitor search engine rankings while GEO Insights monitors AI chatbot responses, which synthesize information from multiple sources and may reference or omit your brand regardless of search ranking
Can I use this with existing tools?
Yes, our API follows the OpenAI chat completions format, making it compatible with most HTTP clients, API tools, and AI frameworks. Also available on RapidAPI

Start monitoring today

Create an account, verify your email, and unlock the $1.25 starter credit. Need a plan or help choosing a platform? Contact us directly.