v1

latestSwagger 2.02026-08-06114161439.7 KB
scorecard

Add/Update call title

Assigns or updates a custom title for a call record. Used to add descriptive labels to calls for easier identification and organization within scorecards.

post/scorecard/callField

Request body

call_titlestring required

Call Title. Type: string.

call_idinteger required

Unique identifier for the call record. Integer. Use as the primary key when cross-referencing other endpoints (e.g., /call/transcription, /call/tag).

Response

Confirmation of the title assignment operation with result status

resultstring required

Outcome of the request. String, typically 'success' or 'error'.

errstring required

Error message when result='error'. String. Empty/null on success.

datastring

Response payload. Shape varies by endpoint.