v2

latestOpenAPI 3.1.02026-08-08556285514.3 KB
PDF 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

pdf_contentstring required
namestring required

Response

Successful Response

{"stackTrail":"paths:/api/pdf/templates/save-filled:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}