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

recording_urlstring required

URL to the audio file of the call.

call_transcriptstring required

A string representing transcript of the call.

background_infostring required

Additional context that helps guide what should be extracted from the transcript (e.g. information about the business).

Response

A dictionary containing extracted field values.

object required

Changes

Changed in 2 of the 3 revisions of this API.211

  • e73c3ee8a69711See the full diff
    • added the new required request property call_transcript

      new-required-request-property

    • removed the request property retell_transcript

      request-property-removed

  • 77937a18bc4c11See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • api tag Extraction added

      api-tag-added