Skip to main content
POST
Submit Review Task

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Body

application/json
workspace_id
string
required

Workspace ID

Example:

"1234567890"

name
string
required

Task name

Maximum string length: 100
Example:

"Review Task 1"

repo_id
string
required

Review rule repository ID

Example:

"31415926"

extract_task_ids
string[]

Extraction task ID

batch_number
string

Batch number

Example:

"1234567890"

model
string

Review task model (optional). Available values: deepseek-v4-pro, qwen3.6-plus, qwen3.7-max, ORM-O1. If omitted, the rule repository's default review model is used.

Starting July 8, 2026, the following legacy models were deprecated. Use the corresponding replacement model:

Example:

"deepseek-v4-pro"

Response

200 - application/json

Successfully submitted review task

code
integer
required

Status code

Example:

200

msg
string
required

Status description

result
object