v3

latestOpenAPI 3.1.0raw.githubusercontent.com2025-03-19146.9 KB
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
All 1 operations