Evaluation
Explains APIs available to evaluate your conversations.
Start asynchronous evaluation of a conversation.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
representativeIdstringRequired
conversationany ofRequired
or
or
Responses
200
The request has succeeded.
application/json
post
/api/v1/evaluate200
The request has succeeded.
Get the progress of an asynchronous evaluation. This can be useful to poll whether a triggered evaluation is completed or not.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
progressIdstringRequired
Responses
200
The request has succeeded.
application/json
get
/api/v1/evaluate/progress/{progressId}200
The request has succeeded.
Last updated