Skip to content
This repository was archived by the owner on Jul 25, 2026. It is now read-only.
Yang KaiQi edited this page Sep 21, 2023 · 7 revisions

Submit

Request

  1. Url: /submit.
  2. Method: POST.
  3. Format: Form.
  4. Parameter:
NameTypeRequireIllustrate
targetFileYes
sourceFileNoRequire when mode contains replace
modesListYesOnly fill in replace,enhance
keepFPSNumberNoCan be filled in when the mode contains replace,0 represents false,1 represents true
skipAudioNumberNoCan be filled in when the mode contains replace,0 represents false,1 represents true
manyFaceNumberNo0 represents false,1 represents true

Response

  1. Format: JSON.
  2. Parameter:
NameTypeIllustrate
codeInteger
messageString
dataStringToken
  1. Example:
{
"code": 200,
"message": "success",
"data": "1c40f444-716d-4159-a1f5-063dd0bf3978"
}

Delete

Request

  1. Url: /delete.
  2. Method: GET/POST.
  3. Format: JSON(When the method is POST).
  4. Parameter:
NameTypeRequireIllustrate
tokenStringYes

Response

  1. Format: JSON.
  2. Parameter:
NameTypeIllustrate
codeInteger
messageString
dataString
  1. Example:
{
"code": 200,
"message": "success",
"data": "success"
}

Get State

Request

  1. Url: /get_state.
  2. Method: GET/POST.
  3. Format: JSON(When the method is POST).
  4. Parameter:
NameTypeRequireIllustrate
tokenStringYes

Response

  1. Format: JSON.
  2. Parameter:
NameTypeIllustrate
codeInteger
messageString
dataNumber
  1. Example:
{
"code": 200,
"message": "success",
"data": 0
}

Download

Request

  1. Url: /download.
  2. Method: GET.
  3. Parameter:
NameTypeRequireIllustrate
tokenStringYes

Response

Format: Binary.

Clone this wiki locally