---
title: "Create a new medical coding analysis"
method: POST
path: "/v1/codings"
tags: ["Codings"]
---

# Create a new medical coding analysis

`POST /v1/codings`

Creates a new coding analysis request from medical conversation text

## Request body

- CreateCodingPayload
  - `text` string, required — Transcript text of the medical conversation to analyze

## Response `200`

Coding analysis request created

- CreateCodingResponse — Response containing the initial status of a newly created coding analysis request
  - `data` object — Data object containing the coding analysis metadata
    - `id` string — Unique identifier for the coding analysis request
    - `status` 'pending' | 'processing' | 'complete' | 'failed' — Status of the coding analysis request
    - `created_at` string, date-time — Timestamp when the request was created
    - `updated_at` string, date-time — Timestamp when the request was last updated

## Other responses

- `400` — Invalid input

---

[API](https://skmtc.net/sullyai/apis/sully-api.md) · [All operations](https://skmtc.net/sullyai/apis/sully-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sullyai/sully-api/revisions/a6ecf503233c/schema)
