cURL
curl --request GET \ --url 'https://api.benzinga.com/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>" }
특정 call ID의 요약 정보를 조회합니다
요약에 연결된 콜의 고유 식별자
정상
"770e8400-e29b-41d4-a716-446655440000"
"en"
0.85
"The company reported positive growth..."
"550e8400-e29b-41d4-a716-446655440000"
"MSFT"
"660e8400-e29b-41d4-a716-446655440000"
Was this page helpful?