📊 4. Structured Data Extraction

Última actualización Hace 9 meses

Summary:
Once a document is validated, trigger data extraction to convert scanned documents into structured, machine-readable fields.

Endpoint:

bash
POST /kyb/extract

Input:

json
{ "documents": [ { "document_type": "PowerOfAttorney", "document_uri": "https://..." } ] }

Output Example:

json
{ "documents": [ { "document_type": "PowerOfAttorney", "extracted_data": { "attorney_name": { "value": "Juan Pérez", "page": 2, "line": 14 } } } ] }

Modes:

  • Synchronous: Immediate response

  • Asynchronous: Callback once ready

Resources: