By Access — API

Add Cognitive Intelligence to your product.

One API call. Multiple AI providers queried simultaneously. Consensus detected. Contradictions flagged. A synthesized response returned — smarter than any single model.

REST API Multi-AI Synthesis Cognitive Modes Thinking Styles JSON Response
request.py
import requests

response = requests.post(
  "https://api.aiunite.ai/v1/query",
  headers={"Authorization": f"Bearer {API_KEY}"},
  json={
    "query": "What are the key risks in our Q3 pipeline?",
    "mode": "quality",
    "thinking_style": "contrarian",
    "response_type": "synthesis"
  }
)

# Returns synthesized intelligence from 4+ AI providers
print(response.json()["synthesis"])
Live Now
What Ships Today
The intelligence engine, exposed
Everything that powers the AI Unite platform — multi-provider orchestration, consensus detection, cognitive synthesis — available as a single API endpoint.

Multi-AI Synthesis

Your query is sent to multiple AI providers simultaneously. Each returns an independent response. JASU identifies where they agree, where they diverge, and synthesizes a single, higher-quality answer. Not aggregation — intelligence.

Cognitive Modes

Control depth with a parameter. Quick (<8s, fastest response). Quantitative (<15s, more providers, data-validated). Quality (<25s, all providers, full consensus pipeline). More time means more intelligence.

Thinking Styles

Shape the reasoning framework. Conservative (risk-aware, precedent-driven), Explorer (cross-domain), Contrarian (stress-tests assumptions), Visionary (future-projecting), Academic (rigorous, citation-aware). Same question, five different lenses.

Response Types

Synthesis — one unified answer. Intelligence — see what each provider said, where they agreed, where they diverged. Comparison — structured side-by-side analysis. You choose the format.


Cognitive Depth
Choose your depth per request
Every API call specifies a cognitive mode. More depth means more providers, richer analysis, and deeper intelligence. You control the trade-off between speed and thoroughness.
Quick
Fastest response. Ideal for straightforward questions and real-time experiences.
< 8 seconds
Multi-AI synthesis
Provider attribution
Thinking style selection
Quality
Full consensus pipeline. All providers, maximum intelligence, deepest analysis.
< 25 seconds
All available providers
Full consensus pipeline
Full provider metadata
Cross-domain reasoning
JASU intelligence layer
Pricing based on volume and cognitive depth. Contact us for custom enterprise agreements.

API in Action
Request in, intelligence out
A single POST request. A synthesized response from multiple AI providers. Source attribution, confidence scoring, and consensus data included.
POST /v1/query
{
  "query": "Compare the top 3 cloud providers
    for a mid-size SaaS migration"
,
  "mode": "quantitative",
  "thinking_style": "academic",
  "response_type": "comparison"
}
Response 200 OK · 14.2s
{
  "synthesis": "AWS leads in service breadth
    and enterprise tooling. Azure offers the
    strongest hybrid story. GCP wins on
    data/ML workloads and pricing..."
,
  "providers_consulted": 4,
  "consensus_score": 0.87,
  "contradictions": [{
    "topic": "pricing",
    "detail": "2 providers disagree
      on GCP cost advantage at scale"

  }],
  "mode": "quantitative",
  "response_time_ms": 14203,
  "sources": ["claude", "gpt-4",
    "gemini", "deepseek"]
}

Parameters
Full control in every request
Every parameter maps to a cognitive control in the platform. Same intelligence, programmatic access.
Parameter Type   Description
query string Required
The question or prompt to process through the cognitive pipeline.
mode string Optional
Cognitive depth. Controls how many providers are consulted, how much time is allowed, and the richness of the response. Defaults to quantitative.
quick quantitative quality
thinking_style string Optional
Reasoning framework applied to the query. Changes the logic, risk weighting, and perspective.
conservative explorer contrarian visionary academic
response_type string Optional
Output format. Synthesis returns one answer. Intelligence shows per-provider breakdown. Comparison gives structured trade-off analysis.
synthesis intelligence comparison
providers array Optional
Specific AI providers to query. If omitted, JASU selects the optimal set based on your tier and query type.
openai anthropic gemini deepseek mistral cohere groq perplexity
Where the API fits
Any product that answers questions, makes recommendations, or generates analysis — upgraded from single-model to multi-AI intelligence.

SaaS Products

Add an "Ask AI" feature to your platform that's smarter than any single model. Your users get synthesized intelligence. You get a differentiator.

"Our customers ask complex compliance
questions. Single-model answers were
inconsistent. AI Unite's synthesis reduced
escalations by 40%."

Internal Tools

Power your company's internal knowledge base, helpdesk, or decision-support system with multi-AI intelligence instead of a single chatbot.

POST /v1/query
mode: "quick"
query: "What's our PTO policy for
  employees in California?"

Customer-Facing AI

Build chatbots and virtual assistants that give higher-quality answers. When three models agree, your customer gets a confident response. When they disagree, you know to escalate.

consensus_score: 0.94 → auto-respond
consensus_score: 0.52 → flag for review

Research & Analysis

Feed the API complex research questions. Get synthesized analysis from multiple reasoning engines. Use thinking styles to generate bull/bear cases, explore adjacent fields, or stress-test assumptions.

thinking_style: "contrarian"
query: "Why might our bull case
  thesis on this market be wrong?"

Workflow Automation

Integrate cognitive intelligence into automated pipelines. Morning briefings, competitive monitoring, report generation — triggered on schedule or by events.

cron: "0 7 * * MON"
query: "Summarize all competitor
  announcements from last week"

Education & Learning

Build tutoring platforms, research assistants, or study tools that cross-reference multiple AI perspectives. Academic thinking style ensures rigorous, citation-aware responses.

thinking_style: "academic"
response_type: "intelligence"
→ See where sources agree/diverge
What's coming to the API
The synthesis engine is live. These capabilities are being built to extend it — each unlocking new use cases for developers.
Coming Soon

UserBrain API

Per-user personalization via API. Pass a user ID, and responses are informed by that user's interaction history, preferences, and learned context.

Per-user context injection Preference learning over time User profile management endpoints Privacy controls per user
Planned

Conversation Threading

Multi-turn conversations via API. Pass a thread ID and context carries forward across requests — just like the platform experience.

Thread creation & management Context window across turns Thread search & retrieval Thread-level analytics
Future

Analytics & Webhooks

Usage metrics, cost tracking, and real-time event hooks. Know exactly how intelligence is being used, what it costs, and when patterns emerge.

Usage metrics API Cost tracking per request Webhook events SDKs (Python, Node, Go)
Works with everything
Standard REST API. JSON in, JSON out. If your stack can make an HTTP request, it can use AI Unite.
Python
requests, httpx, aiohttp
JavaScript
fetch, axios, node-fetch
Go
net/http, resty
Java
HttpClient, OkHttp, Retrofit
Ruby
Faraday, HTTParty, Net::HTTP
cURL
Any command line, any platform
"You don't need to build a multi-AI orchestration system. You don't need to figure out consensus detection. You don't need to manage multiple providers. Just call the API."
Get API Access → Read the Docs