Authorization: ********************
{
"correction": {
"correction_sid": 0,
"transcript_sid": 0,
"start_offset": "string",
"end_offset": "string",
"proposed_text": "string",
"channel": 0
}
}
curl --location --request POST 'https://api.cbf.tcn.com/wfo/vanalytics/v2/createcorrection' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"correction": {
"correction_sid": 0,
"transcript_sid": 0,
"start_offset": "string",
"end_offset": "string",
"proposed_text": "string",
"channel": 0
}
}'
{
"correction": {
"correction_sid": 0,
"transcript_sid": 0,
"start_offset": "string",
"end_offset": "string",
"proposed_text": "string",
"channel": 0
}
}