What’s in an entry?
When you process a document synchronously, the response is:| Field | Description |
|---|---|
entry_id | Unique ID for this result. |
resource_type | Always "structure". |
resource_id | The structure used for extraction. |
resource_version_number | The version of the structure applied. |
data | The extracted data as structured JSON. |
errors | Validation errors, if any. null when everything is correct. |
status | completed, completed_with_errors, or failed. |
time_ms | Processing time in milliseconds. |
price | Cost of this request. |
Retrieving entries
Fetch a specific entry by its ID:Corrections
If the extracted data isn’t quite right, you can submit a correction:Next steps
Structures
Define what data gets extracted into entries.
Error handling
Handle processing errors and edge cases.