{
"taskId": "f58e38c01cdc497d9c6d05fbf54fef4e",
"scriptId": 0,
"scriptContents": [
{
"segId": 0,
"segText": "This is 302, Welcome to a new era of streamlined communication and enhanced clarity, is a good day"
}
]
}
curl --location --request POST 'https://api.302.ai/topview/v1/m2v/script/update' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "f58e38c01cdc497d9c6d05fbf54fef4e",
"scriptId": 0,
"scriptContents": [
{
"segId": 0,
"segText": "This is 302, Welcome to a new era of streamlined communication and enhanced clarity, is a good day"
}
]
}'
{
"code": "200",
"message": "Success",
"result": {
"taskId": "f58e38c01cdc497d9c6d05fbf54fef4e",
"status": "success",
"errorMsg": null,
"subTaskId": "d3f2c080946648b98224af5b8a01ff0b"
}
}