new a task after upload oss
Request
Add parameter in header token
Example:token: ********************
Body Params multipart/form-data
Request samples
curl --location --request POST '/api/v1/task/new' \
--header 'token;' \
--form 'video_key="Roshidere-08.mkv"'
Responses
application/json {
"success": true,
"error": {
"message": "string"
}
}
Modified at 2024-08-25 11:04:52