---
title: "Save Interview"
method: POST
path: "/api/try-chacha/save-interview"
tags: ["try-chacha", "try-chacha"]
---

# Save Interview

`POST /api/try-chacha/save-interview`

Persist the TryChaCha interview summary to the user's profile_data.

Called by the frontend the moment ChaCha emits her final summary JSON in
the live transcript (same GS_SUMMARY_MARKER pattern the dashboard
intro-call already uses). Idempotent — calling twice just overwrites
with the newer payload.

Designed to work for anonymous users (`anon_*` usernames). The data
rides the existing auth_routes anon→authed migration unchanged.

## Headers

- `authorization` string, nullable

## Request body

- SaveInterviewRequest
  - `why_language` string, nullable
  - `real_situation` string, nullable
  - `mini_lesson_topic` string, nullable
  - `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/45cbba31aa7d/schema)
