Codings
Create a new medical coding analysis
Creates a new coding analysis request from medical conversation text
post/v1/codings
Request body
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"
}
}