---
title: "Post Draft From Session"
method: POST
path: "/v1/admin/eval/draft-from-session/{session_id}"
tags: ["evals"]
---

# Post Draft From Session

`POST /v1/admin/eval/draft-from-session/{session_id}`

Reverse-engineer a draft persona + brief from a real prod session.

Calls Claude as judge with strict abstraction discipline (no verbatim
quotes, category-level facts only). Returns the drafts for admin
review — nothing is saved to the DB yet; the UI's "Save" buttons POST
to /personas and /briefs explicitly.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
