OpenAPI user guide
Applications in ADP can be integrated into third-party systems through APIs. Before calling the APIs, go to the ADP platform and get your API key. Click your profile avatar, then open My API.
API reference
Use the ADP API section in the sidebar to browse APIs by scenario and by underlying endpoint. Each endpoint page includes request parameters, response schemas, and examples.Authentication
Document extraction, document recognition, application management, and credit usage APIs use theX-API-KEY request header.
Workflow APIs use the X-API-Key request header.
Base URL
File input
Document extraction and recognition APIs support two file input methods:file_url: An online file URL. Only HTTP URLs are supported.file_base64: The Base64 content of a local file.
file_url or file_base64.