Skip to main content
GET
/
api
/
v1
/
transcripts
/
summaries
/
{call_id}
استرجاع الملخص باستخدام معرّف المكالمة
curl --request GET \
  --url 'https://api.benzinga.com/api/v1/api/v1/transcripts/summaries/{call_id}?token='
{
  "call_id": "770e8400-e29b-41d4-a716-446655440000",
  "created_at": "<string>",
  "deleted_at": "<string>",
  "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",
  "updated_at": "<string>"
}

Authorizations

token
string
query
required

Path Parameters

call_id
string
required

المعرّف الفريد للمكالمة المرتبطة بهذا الملخّص

Response

موافق

call_id
string
Example:

"770e8400-e29b-41d4-a716-446655440000"

created_at
string
deleted_at
string
language
string
Example:

"en"

sentiment
number
Example:

0.85

summary
string
Example:

"The company reported positive growth..."

summary_id
string
Example:

"550e8400-e29b-41d4-a716-446655440000"

symbol
string
Example:

"MSFT"

transcript_id
string
Example:

"660e8400-e29b-41d4-a716-446655440000"

updated_at
string