Request
Add parameter in header token
Example:token: ********************
Body Params multipart/form-data
Request samples
curl --location --request POST '/api/v1/task/clear' \
--header 'token;' \
--form 'video_key="Roshidere-06.mkv"'
Responses
application/json {
"success": true,
"error": {
"message": "string"
}
}
Modified at 2024-12-23 07:00:59