Create File Blueprint
Create a Document Blueprint for an uploaded file.
Create a document blueprint for an uploaded file.Documentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
Public create-file-blueprint request body.
File id to analyze.
Optional analysis depth override. Omit to let Retab choose.
instant, reasoning Optional user intent used to guide the blueprint analysis.
If true, run asynchronously: returns immediately with status 'queued' and an empty output. Poll GET /v1//{id} until status is terminal. Mutually exclusive with stream.
Response
Successful Response
A document blueprint generated from an uploaded file.
Unique identifier of the file blueprint.
Information about the analyzed file.
"file.blueprint"Analysis depth used or requested.
instant, reasoning User intent supplied with the blueprint request.
The generated Document Blueprint payload.
Lifecycle status. The synchronous path returns 'completed'. Background runs progress pending -> queued -> in_progress -> completed | failed | cancelled.
pending, queued, in_progress, completed, failed, cancelled Error details when a background run fails; null otherwise. Always present so consumers can read it without an existence check.