Extraction API
Purpose
The extraction API returns structured field data for a document and template.
Request Guidance
- Authenticate with a platform token or API key.
- Provide the document identifier or upload reference expected by the endpoint.
- Provide the template identifier when the document type is known.
- Parse the response body as JSON even when the response content type is
text/plain.
caution
Some xTrakt backend responses are returned with Content-Type: text/plain while the body contains JSON. API clients should parse the response body as JSON even when the content type is not application/json.