Conversations
Add Labels
Add labels to a conversation. Note that this API would overwrite the existing list of labels associated to the conversation.
POST
Add Labels
Documentation Index
Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The numeric ID of the account
The numeric ID of the conversation
Body
application/json
Array of labels (comma-separated strings)
Example:
["support", "billing"]Response
Success
Array of labels
Add Labels

