Response format
Processing endpoints return this structure:| Field | Type | Description |
|---|---|---|
entry_id | UUID | Unique identifier for this result. |
resource_type | string | Always "structure". |
resource_id | UUID | The structure used for extraction. |
resource_version_number | integer | The version of the structure applied. |
data | object | The extracted data as structured JSON. |
errors | array or null | Validation errors, if any. |
status | string | completed, completed_with_errors, or failed. |
time_ms | integer | Processing time in milliseconds. |
price | float | Cost of this request. |
Versioning
The current API version isv3. All endpoints are prefixed with /v3/. We maintain backward compatibility within a version.