Evaluation
Explains APIs available to evaluate your conversations.
Last updated
Explains APIs available to evaluate your conversations.
Last updated
POST /api/v1/evaluate HTTP/1.1
Host: api.usescore.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 152
{
"representativeId": "text",
"conversation": {
"type": "CALL",
"url": "text",
"date": "text",
"descriptor": "text",
"customFields": [
{
"key": "text",
"value": "text"
}
]
}
}{
"id": "text",
"teamId": "text",
"conversationId": "text",
"payload": null,
"status": "PROCESSING",
"error": "text"
}GET /api/v1/evaluate/progress/{progressId} HTTP/1.1
Host: api.usescore.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"id": "text",
"teamId": "text",
"conversationId": "text",
"payload": null,
"status": "PROCESSING",
"error": "text"
}
}