Extraction
Extract details from call transcripts
Given a recording URL, a transcript, some background information, and a list of field configurations, this endpoint will:
return a dictionary of extracted details according to the provided fields_config.
post/extract_details
Request body
Response
A dictionary containing extracted field values.
object required
Changes
Changed in 2 of the 3 revisions of this API.211
- ▲
added the new required request property
call_transcriptnew-required-request-property
- ●
removed the request property
retell_transcriptrequest-property-removed
- ▲
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
api tag
Extractionaddedapi-tag-added
- ▲