Skip to main content
GET
/
open
/
agentic_doc_processor
/
{tenant_name}
/
v1
/
app
/
doc
/
recognize
/
query
/
task
/
{task_id}
Query document recognition result
const options = {method: 'GET', headers: {'X-API-KEY': '<api-key>'}};

fetch('https://adp-global.laiye.com/open/agentic_doc_processor/{tenant_name}/v1/app/doc/recognize/query/task/{task_id}', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "code": "<string>",
  "message": "<string>",
  "tips": "<string>",
  "data": {}
}

Authorizations

X-API-KEY
string
header
required

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.

task_id
string
required

Task ID.

Response

Document recognition result.

code
message
string
tips
string | null
data
object