---
title: "Deep Research"
method: POST
path: "/deep-research"
tags: ["Intelligence"]
---

# Deep Research

`POST /deep-research`

Perform in-depth research on any topic. Aggregates verified claims, predictions, live news, and time-series event data, then generates a structured report with sections and cited sources.

## Request body

- object
  - `query` string, required — The topic or question to research.

## Response `200`

OK

- object
  - `query` string
  - `summary` string
  - `sections` object[]
    - `title` string
    - `content` string
  - `timeseries` object, nullable
    - `title` string
    - `dataPoints` object[]
      - `timestamp` string
      - `label` string
  - `sources` object[]
    - `title` string
    - `url` string
  - `meta` object
    - `executionTimeMs` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/factagora/apis/factagora-api.md) · [All operations](https://skmtc.dev/factagora/apis/factagora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factagora/factagora-api/revisions/7329f0181291/schema)
