Update File Reading
Update File Reading
Edit extracted file reading content before creating invoices or wastes
PUT
Update File Reading
Update File Reading
Use this endpoint to correct OCR or LLM extraction output before converting the reading into invoices or wastes.Headers
API key for authentication.
Organization UUID that owns the reading.
Path Parameters
File reading UUID from
GET /v1/files/readings.Body
Send the full updatedcontent.items array. The shape depends on the reading category.
Wrapper for the updated extracted content.
Updated parsed items. Replace the existing list with the corrected values.
Example
Response
The endpoint returns the updated reading object, including:idstatuscontent.items
Notes
- Use this before calling
POST /v1/files/readings. - The API does not currently publish category-specific schemas in the docs, so clients should start from the values
returned by
GET /v1/files/readings, modify only the needed fields, and send the fullcontent.itemsarray back.

