v1

latestSwagger 2.02026-08-06114161439.7 KB
call

Add tags to specific call

Assigns one or more tags to a specific call record for categorization and organization. Tags enable easier filtering and grouping of calls based on custom criteria.

post/call/tag

Request body

tag_namestring[] required

Client-defined tag label. String. Note: some production tags have leading/trailing whitespace.

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 tag assignment 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.