---
title: "Save Conversation Log"
method: POST
path: "/us-onboarding/conversation"
tags: ["US Onboarding"]
---

# Save Conversation Log

`POST /us-onboarding/conversation`

Saves the conversation log from the hobbies agent.
No auth required as this is called from the agent.
If a conversation for this user_id already exists, it will be replaced.

## Request body

- ConversationLogInput
  - `user_id` string, required
  - `conversation` string, required

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/8d495ed916c6/schema)
