---
title: "Trigger Synthesis"
method: POST
path: "/v1/interviews/{interview_id}/synthesize"
tags: ["interviews"]
---

# Trigger Synthesis

`POST /v1/interviews/{interview_id}/synthesize`

Trigger synthesis of all interview conversations.

Enqueues a SYNTHESIZE_INTERVIEW job that aggregates insights from
all completed conversations.

Note: This is a stub implementation. Real synthesis will use LLM
to extract actionable insights.

## Path parameters

- `interview_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Response `200`

Successful Response

- SynthesisOut
  - `status` string, required
  - `generated_at` string, nullable, required
  - `conversation_count` integer, required
  - `key_themes` object[], nullable, required
  - `summary` string, nullable, required
  - `recommendations` string[], nullable, required

## Other responses

- `422` — Validation Error

---

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