Research intelligence as an API.

Two report types. One API. Core for volume. Depth for decisions that matter. Send your keys per request. We orchestrate. You get the report.

CORE — automated, high-volume DEPTH — frontier models, 170+ sources BYOK — your keys, your data
request.sh
# One request. Core or Depth.
curl -X POST https://api.aurolabs.ai/v1/research \
  -H "Authorization: Bearer $AURUM_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "question": "Impact of EU diesel ban on fleet operators",
    "type": "core",
    "openai_api_key": "sk-...",
    "webhook_url": "https://your-app.com/callback"
  }'
The problem

Your product needs research. You don't want to build the pipeline.

Search, assess, iterate, grade sources, write, self-review, adversarial check. Months of engineering. Or one API call.

Build it yourself

×Build search orchestration from scratch
×Design iterative gap-filling logic
×Implement source grading heuristics
×Build adversarial review system
×Handle prompt engineering across 11 stages
×3-6 months of engineering, ongoing maintenance

Enterprise API

One POST request, full 11-step pipeline
Iterative search with gap detection built in
A/B/C source grading on every data point
Adversarial Director scoring (85+ threshold)
Battle-tested prompts, continuously improved
Integrate in a day, ship research this week
How it works

Three steps. One integration.

01

Get API access

We provision your account with API credentials, webhook configuration, and team setup. You keep your OpenAI key.

AURUM_API_KEY=aur_live_... OPENAI_API_KEY=sk-... (yours)
02

Send a request

POST to /v1/research with your question, type (core or depth), and OpenAI key. We orchestrate the full pipeline.

POST /v1/research { question, type, openai_api_key }
03

Get the report

Receive results via webhook or poll the status endpoint. Full report with sources, grades, confidence score, and brief.

200 report delivered 11,425 words · 55 sources
What you get

Two report types. One integration.

Core for automated volume. Depth for high-stakes decisions. Both through the same REST API with enterprise controls.

Core

REST API + Webhooks

Automated agentic engine. One POST request triggers the full pipeline. Webhook delivery when done. Built for volume.

Core

Agentic engine

Plan, search, assess, iterate, reduce, write, self-review, verify, score, improve, brief. All 11 steps, fully automated.

Core

Priority routing

Define your own report structure. Section order, required fields, output format. Your research, your shape.

Depth

Frontier models

Multi-model orchestration with the best available models. Premium output quality for decisions that matter.

Depth

170+ sources

Human-grade depth. Comprehensive source coverage with A/B/C grading. Delivered in minutes, not weeks.

Depth

Premium output

Executive brief, adversarial review, director scoring. The same quality as Pro, available at enterprise volume pricing.

Platform

Multi-tenant

Isolated teams and departments. Per-tenant API keys, usage tracking, and reporting. One account, clean separation.

Platform

Priority queue

SLA-backed processing. Your requests get priority scheduling. Guaranteed throughput for time-sensitive workflows.

Platform

Volume management

Rate limits, concurrency controls, usage dashboards. Scale from 10 reports a day to 10,000 a month with visibility.

The API

One endpoint. Two report types.

Send a question with type "core" or "depth". Same endpoint, same webhook, different depth and pricing.

request
POST /v1/research
Content-Type: application/json
Authorization: Bearer aur_live_...

{
  "question": "What is the market impact of
    the EU Carbon Border Adjustment
    Mechanism on Nordic steel?",
  "type": "depth",
  // or "core" for volume reports
  "openai_api_key": "sk-...",
  "template": "market_analysis",
  "webhook_url": "https://app.example.com/reports",
  "metadata": {
    "team": "research-desk",
    "ref": "q2-nordic-steel"
  }
}
webhook response
{
  "id": "rpt_8f3k2n9x",
  "type": "depth",
  "status": "completed",
  "duration_seconds": 1847,
  "report": {
    "brief": "CBAM will increase Nordic
      steel costs 8-14% by 2028...",
    "confidence": "likely (70-85%)",
    "word_count": 18420,
    "sources": 72,
    "director_score": 91,
    "sections": [...],
    "source_grades": {
      "A": 28,
      "B": 31,
      "C": 13
    }
  },
  "cost": {
    "orchestration": "EUR 0.50",
    "openai_tokens": "EUR 12.40"
  },
  "metadata": {
    "team": "research-desk",
    "ref": "q2-nordic-steel"
  }
}
Pricing

Two engines. One API.

Core for volume. Depth for the decisions that matter.

Agentic research via REST API. BYOK. Automated volume.

Pilot
EUR 999/month
Prove the value. Test the integration.
  • Up to 50 Core reports / month
  • Agentic 9-step engine
  • REST API + webhook
  • 3 research templates
  • Email support
  • EUR 25 per additional report
Start pilot
Scale
EUR 9 999/month
High volume. Full infrastructure.
  • Up to 2,000 Core reports / month
  • Agentic 9-step engine
  • REST API + webhook
  • Unlimited custom templates
  • Multi-tenant + SLA (99.9%)
  • Priority queue + dedicated support
  • EUR 7 per additional report
Contact us

Frontier models. 170+ sources. 20-90 minutes. For the decisions that can't be wrong.

Per report
EUR 499/report
1-9 reports. Pay as you go.
  • Depth reasoning, extended cycles
  • 170+ verified sources
  • Prediction market + sentiment
  • Intelligence Brief + director
  • Output: Markdown or JSON
Contact us
Volume 50+
EUR 299/report
50+ reports. Maximum depth at scale.
  • Everything in per-report
  • 40% volume discount
  • Priority routing
  • SLA + dedicated infra
Contact us

All prices excl. VAT.

All tiers are BYOK. You send your own API key per request. Your data, your tokens, your billing. We never store your keys. You pay OpenAI directly for tokens (~EUR 3-15 per Core report). Depth reports use deep reasoning models orchestrated by us. Need more than 2,000 reports/month? Let's talk.

Get started

Talk to us about Enterprise.

Tell us about your use case and volume. We will get back to you within 24 hours.

Start building.

One endpoint. Full research pipeline. Your keys. Ship research intelligence in your product this week.

Get API access