Creates a new coding analysis request from medical conversation text
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."
}'
Transcript text of the medical conversation to analyze
Example:
"[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
204 application/json
Coding analysis request created
Response containing the initial status of a newly created coding analysis request