Skip to main content
POST
cURL

Headers

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

Body

multipart/form-data
batch_id
string

调用方自定义批次ID(UUID格式,不传则系统生成)

Example:

"661be601-65c7-4025-af0f-20d357dfb090"

file_urls
string

URL 上传(与 files 可混合使用),JSON 数组格式

Example:

"[\"https://example.com/file1.pdf\",\"https://example.com/file2.jpg\"]"

files
file

文件二进制上传(支持多文件)

Response

200 - application/json

OK

code
integer

业务状态码

Example:

200

data
object
message
string

状态说明

Example:

"OK"