Skip to main content
POST

Authorizations

X-API-KEY
string
header
required

Production OpenAPI Accessor access_key. You can find it in My API in the ADP platform. If the key is disabled, expired, or does not belong to the production environment, the API returns Accessor not found.

Headers

accept-language
enum<string>
default:en

Field name language. Use zh for Chinese or en for English.

Available options:
zh,
en

Path Parameters

tenant_name
string
default:laiye
required

Tenant name. Default: laiye.

Body

application/json
app_id
string
default:app_abc123
required

Unique application ID.

file_url
string<uri>
default:https://adp.laiye.com/web/agentic_doc_processor/laiye/file/2003c711818811f1a36200163e358400
required

File URL. Use either file_url or file_base64.

with_rec_result
boolean
default:false

Whether to return document recognition results. High-speed extraction does not return recognition results.

Response

Task creation result.

code

Business code. A successful response is usually success or 200.

message
string

Response message.

tips
string | null

Details. Defaults to null.

data
object