API for China's AI Platform Monitoring
See exactly how your brand appears in AI-generated responses from DeepSeek, Doubao, Tongyi Qianwen, and more
We monitor 8 major AI platforms in China, reaching hundreds of millions of users
As AI replaces search, knowing how your brand appears in AI responses becomes essential
Query any Chinese AI platform and receive the exact response users see
Every response includes reference links and citation sources
Monitor 8+ Chinese AI platforms with a single API call
Track how competitors appear in AI responses and benchmark against leaders
Answers, citations, media, and recommended questions ready for your dashboards
Every query returns structured data: AI responses, screenshots, citations, and reasoning traces
Three steps to start monitoring
POST your query and select target AI platforms via our REST API
Our system queries the AI platforms in real-time and collects full responses
Poll for structured JSON results within 2-3 minutes
Three endpoints, async by design, poll status then fetch results
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\"}"}}]}
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"}
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": [...]
}
}
| mode | standard | reasoning | search | reasoning_search |
| screenshot | 0 (none) | 1 (screenshot) | 2 (mention) |
| platforms | deepseek | doubao | qianwen | yuanbao | kimi | baiduai | quark | weibo_zhisou |
1 request = 1 prompt × 1 platform. Start free, scale as you grow
Direct pricing — save up to 20% vs RapidAPI. Each monitoring task uses ~7 prompts (1 submit + ~5 polls + 1 result)
Web-based AI platform results differ from standard API calls by over 20%, because:
Free plan available, no credit card required