Open Consensus API, Debate API, Trust Score API, Agent API — add multi-model AI consensus to your app with just a few lines of code.
Every API is production-proven with stable SLA guarantees.
Get multi-model consensus conclusions on the same question, returning consensus index, decision signals, and risk alerts.
POST /v1/consensus
Trigger multi-model structured debate, getting debate process, viewpoint comparison, and divergence analysis.
POST /v1/debate
Get trust scores for content, data, and models, providing credibility reference for decision-making.
GET /v1/trust-score
Create and manage AI Agents, giving Agents multi-model consensus decision-making capabilities.
POST /v1/agent
Supports Python, JavaScript, Go, Java and other mainstream languages.
import hzd
client = hzd.Client(api_key="your_api_key")
# Get multi-model consensus
response = client.consensus.create(
question="What's the impact of Fed rate decision on tech stocks?",
models=["gpt-4o", "claude", "deepseek", "gemini"],
layers=["analysis", "debate", "verification"]
)
print(f"Consensus Index: {response.consensus_index}")
print(f"Decision Signal: {response.signal}")
print(f"Model Agreement: {response.agreement_ratio}")
Official SDKs, CLI tools, Playground — accelerate your development.
Official Python SDK, supporting sync and async calls.
pip install hzd-sdk
Official Node.js SDK, with TypeScript support.
npm install hzd-sdk
Command-line tool for quick API testing and debugging.
npm install -g hzd-cli
From finance apps to content platforms, AI consensus API empowers various applications.
Integrate Consensus API to provide investors with multi-model consensus market analysis and investment advice.
Integrate Trust Score API to annotate content credibility, helping users identify misinformation.
Integrate Agent API to give Agents multi-model consensus decision-making, improving task completion quality.
Integrate Debate API to provide students with multi-model viewpoint comparison, cultivating critical thinking.
Register a developer account, get free API quota, and start developing now.