{
"organizationId": 0,
"infoId": "string",
"callbackUrl": "string",
"callbackInfo": "string",
"userId": "string",
"clueId": "string",
"duration": 0,
"startTime": 0,
"endTime": 0,
"asrResult": [
{
"begin": 0,
"end": 0,
"role": "string",
"words": "string"
}
],
"productList": [
{
"productName": "string",
"productPrice": 0,
"productId": "string",
"productType": "string",
"categoryList": {
"levelOne": "string",
"levelTwo": "string",
"levelThree": "string",
"levelFour": "string"
}
}
]
}
curl --location --request POST '/tmk/api/ai/apiUploadForText' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"organizationId": 0,
"infoId": "string",
"callbackUrl": "string",
"callbackInfo": "string",
"userId": "string",
"clueId": "string",
"duration": 0,
"startTime": 0,
"endTime": 0,
"asrResult": [
{
"begin": 0,
"end": 0,
"role": "string",
"words": "string"
}
],
"productList": [
{
"productName": "string",
"productPrice": 0,
"productId": "string",
"productType": "string",
"categoryList": {
"levelOne": "string",
"levelTwo": "string",
"levelThree": "string",
"levelFour": "string"
}
}
]
}'
{
"code": 0,
"message": "string",
"traceId": "string",
"data": "string"
}