Request
Body Params application/json
{
"taskId": "string",
"scriptId": 0,
"scriptContents": [
{
"segId": 0,
"segText": "string"
}
]
}
Request Code Samples
curl --location --request POST 'https://api.topview.ai/v1/m2v/script/update' \
--header 'Topview-Uid;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "string",
"scriptId": 0,
"scriptContents": [
{
"segId": 0,
"segText": "string"
}
]
}'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"errorMsg": null
}
}
Modified at 2025-03-20 06:10:53