v1

latestOpenAPI 3.0.02026-07-266091181.5 KB
summaries

Fetch summary by Call ID

Retrieve summary details for a specific call ID

get/api/v1/transcripts/summaries/{call_id}

Path parameters

call_idstring required

The unique identifier of the call associated with the summary

Response

OK

call_idstring
created_atstring
deleted_atstring
languagestring
sentimentnumber
summarystring
summary_idstring
symbolstring
transcript_idstring
updated_atstring

Example response

{
  "call_id": "770e8400-e29b-41d4-a716-446655440000",
  "language": "en",
  "sentiment": 0.85,
  "summary": "The company reported positive growth...",
  "summary_id": "550e8400-e29b-41d4-a716-446655440000",
  "symbol": "MSFT",
  "transcript_id": "660e8400-e29b-41d4-a716-446655440000"
}