Upload
Complete File Upload
POST
Complete a direct-to-storage upload after the file bytes have been written to the signedDocumentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
uploadUrl.
Retab verifies that the object exists, matches the expected size from the upload session, and belongs to the authenticated organization. The response is a MIMEData object that can be passed directly to later document requests.
Use
client.files.create_upload(...) to request a signed upload URL, PUT the
bytes to that URL, then call client.files.complete_upload(...) to receive the
durable MIMEData reference.Reach for this endpoint when you want to drive the PUT yourself (e.g. browser-side
upload that bypasses your backend) and need to call complete from your server
once the bytes have landed.Authorizations
Path Parameters
Body
application/json
Optional SHA-256 checksum
Pattern:
^[a-fA-F0-9]{64}$