POST
/
v1
/
codings
curl --request POST \
  --url https://api.sully.ai/v1/codings \
  --header 'Content-Type: application/json' \
  --header 'X-ACCOUNT-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "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."
}'
{
  "data": {
    "id": "coding_EXAMPLE123456789",
    "status": "pending",
    "created_at": "2025-05-08T15:07:54.984Z",
    "updated_at": "2025-05-08T15:07:54.984Z"
  }
}

Authorizations

X-API-KEY
string
header
required
X-ACCOUNT-ID
string
header
required

Body

application/json

Text content to analyze for medical coding

The body is of type object.

Response

200
application/json

Coding analysis request created

Response containing the initial status of a newly created coding analysis request