URL:
Description:
API that allows generating speech analytics information and all voice to text conversion analysis in calls.
Benefit:
It allows to optimize the analysis of voice to text conversions without having to listen to the recordings of the calls.
How it works:
- This API is consumed by GET method.
- To consume this API you must replace in the URL {{wolkvox_server}} by the nomenclature of the server of the operation.
- The wolkvox–token header must be used to use the authorization token.
- Keep in mind that the same token cannot be consumed simultaneously, so you can program that the next API is consumed when the result of the previous one is successful.
REQUEST |
NAME | DESCRIPTION | TYPE |
---|---|---|
api | Type of report required | String |
date_ini | Initial Date (YYYYmmddHHiiss) | String |
date_end | Final Date (YYYYmmddHHiiss) | String |
filter | Field name, column, or to filter the search | String |
value | Value to which the filter is to be applied | String |
RESPONSE |
NAME | DESCRIPTION | TYPE |
---|---|---|
conn_id | It corresponds to the call ID | String |
agent_id | It is the numerical user that is assigned to each of the wolkvox agents | String |
customer_phone | It corresponds to the customer‘s phone | String |
time | Indicates time in units of seconds | String |
date | Indicates the date with year–month–day–hour format | String |
cod_act | Refers to the call classification | String |
greeting | Greeting | String |
slow_to_greet | Indicates if there was slowness in the greeting | String |
greeting_agent_name | Indicates if the agent greets with his name | String |
category01 | Category 1 customizable and configurable in the speech | String |
category02 | Category 2 customizable and configurable in the speech | String |
category03 | Category 3 customizable and configurable in the speech | String |
category04 | Category 4 customizable and configurable in the speech | String |
category05 | Category 5 customizable and configurable in the speech | String |
silence | Percentage of silence in the call | String |
audio_text | Voice to text conversion of the call | String |
customer_id | Corresponds to the customer‘s identification number | String |
summary | Summary of the call conversation | String |
feeling | Average feeling of the customer about the conversation | String |