Start with a task
Frame the workflow around one job such as a visibility snapshot, creator shortlist, or travel demand signal.
Docs
Use ChinaMarketing.ai primitives inside agent workflows, orchestration layers, and machine-paid execution paths.
Frame the workflow around one job such as a visibility snapshot, creator shortlist, or travel demand signal.
Use one endpoint for quick checks or combine multiple routes when the workflow needs richer context.
Feed rankings, snapshots, trend series, and enrichment layers into orchestration and UI decisions.
Integration patterns
For agents that need one narrow intelligence action with a simple price and response contract.
For systems that stitch together multiple primitives into one branded or task-specific output.
For repeated checks on a brand, route, creator set, or category over time.
For flows that need predictable per-task cost logic before each agent run.
Recommended starting workflows
Combine trends, sentiment, and weekly brand snapshots for a reusable visibility summary.
Use flights and spend signals to build destination monitoring and movement summaries.
Start with shortlist generation, then add rankings to compare and monitor creator momentum.
Layer trends, topic rankings, and category snapshots for ongoing market signal checks.
Real response example
A typical agent task can return a compact object that is easy to route into UI, reasoning, or monitoring logic.
Output
{
"brand": "X",
"visibility_score": 72,
"trend_direction": "rising",
"top_platform": "RED",
"sentiment": "positive",
"key_topics": ["luxury skincare", "anti-aging"]
} API reference bridge
Use the core developer docs for route-level request and response examples, anchors, pricing, and payment mechanics.
Response design guidance