v7

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-30132748.5 KB
Codings

Create a new medical coding analysis

Creates a new coding analysis request from medical conversation text

post/v1/codings

Request body

textstring required

Transcript text of the medical conversation to analyze

Example request

{
  "text": "[0:00] Doctor: Hi John, good to see you again. How've you been holding up?\nPatient: Hey doc. It's been alright, but I've been feeling kind of off the last few weeks."
}

Response

Coding analysis request created

Example response

{
  "data": {
    "id": "coding_EXAMPLE123456789",
    "status": "pending",
    "created_at": "2025-05-08T15:07:54.984Z",
    "updated_at": "2025-05-08T15:07:54.984Z"
  }
}