FinalRip
  1. task
FinalRip
  • task
    • New
      POST
    • Start
      POST
    • Progress
      GET
    • OSSPresigned
      GET
    • Clear
      POST
    • RetryEncode
      POST
    • RetryMerge
      POST
    • List
      GET
  1. task

New

Developing
POST
/api/v1/task/new
new a task after upload oss

Request

Authorization
Add parameter in header
token
Example:
token: ********************
Body Params multipart/form-data
video_key
string 
required
video oss key
Example:
Roshidere-08.mkv

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/task/new' \
--header 'token;' \
--form 'video_key="Roshidere-08.mkv"'

Responses

🟢200
application/json
Body
success
boolean 
required
error
object 
optional
message
string 
required
Example
{
    "success": true,
    "error": {
        "message": "string"
    }
}
Modified at 2024-08-25 11:04:52
Next
Start
Built with