v1
OpenAPI 3.1.02026-08-04552282508.9 KBPDF Form Processing
Save Filled Pdf
Save a filled PDF to the user's library.
This saves the generated/filled PDF so users can access it later. It's marked as pdf_type='filled' to distinguish from blank templates.
Args: request: SaveFilledPDFRequest containing the filled PDF current_user: Authenticated user (optional for guest mode)
Returns: { "success": bool, "template_id": "uuid", "name": "filename.pdf", "pdf_type": "filled" }
post/api/pdf/templates/save-filled
Request body
Response
Successful Response
{"stackTrail":"paths:/api/pdf/templates/save-filled:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}