What it does
ID Data Extraction turns an ID document into structured parsing output. Send a PDF or image by URL or upload a file, and choose whether you want ApyHub extraction or raw Azure Document Intelligence output.
Use the /url endpoint when the document lives at a public URL, or /file when you have the document in hand. The request body accepts a requested_service value of apyhub or azure. If you use Azure, you can also pass custom credentials such as azure.key, azure.region, azure.endpoint, azure.account_id, or azure.access_token on the URL flow, and the equivalent Azure fields on the file upload flow.
The response is returned under data, with separate objects for apyhub and azure. That makes it straightforward to plug into onboarding flows, identity verification steps, document intake pipelines, or back-office review tools where you need machine-readable ID parsing rather than manual data entry.
Use ID Data Extraction when you need to extract and route identity document data from an uploaded file or a document URL without building your own parsing layer.