---
title: "Analyze Interview"
method: POST
path: "/api/try-chacha/analyze"
tags: ["try-chacha", "try-chacha"]
---

# Analyze Interview

`POST /api/try-chacha/analyze`

Run the existing quick_call_summary on the TryChaCha transcript +
extract structured intent. Returns the post-call card payload AND
persists the interview to profile_data so signup carries it forward.

## Headers

- `authorization` string, nullable

## Request body

- AnalyzeRequest
  - `transcript` TranscriptTurn[], required
    - `role` string, required
    - `text` string, required
  - `target_language` string, nullable
  - `native_language` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
