Endpoints
Analyze text
Send content to a specified agent using their agent ID.
POST
Authorizations
Path Parameters
The ID of the agent to send feedback to.
Body
application/json
The text you'd like to analyze. Limit 1000 characters.
Maximum length:
1000
Response
200 - application/json
ID of the agent that performs the analysis.
Name of the agent that performs the analysis.
Content sent for analysis.
The label with the highest probability. This will always be the label with the highest score.
An object that includes the scores for all labels.
The label score, ranging from 0 to 1, with 1 indicating a high probability of being correct.