Build and create a document job from a document builder session
POST/api/v1/document-builder/:sessionId/build
Create and queue a new document generation job using the configuration from an existing document builder session.
The job type is always 'document' - templates are not supported for builder sessions.
Important: For file paths in job configurations, use relative paths starting with '/' (e.g., "/input/user123/image.jpg") that you get from file upload responses.
Request
Responses
- 201
- 400
- 401
- 404
Job created successfully
Bad request
Unauthorized
Document builder session not found