Skip to main content
GET
/
api
/
v1
/
call-logs
/
{id}
/
summary
cURL
curl --request GET \
  --url https://app.callx.io/api/v1/call-logs/{id}/summary \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "callLogId": "<string>",
  "summary": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "keyPoints": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the call log

Query Parameters

format
enum<string>

Response format (text for plain text, omit for JSON)

Available options:
text

Response

Summary retrieved successfully

id
string
required

Unique identifier for the summary

callLogId
string
required

ID of the associated call log

summary
string
required

Generated summary of the call

createdAt
string<date-time>
required

When the summary was created

keyPoints
string[]

Key points extracted from the conversation