v1

OpenAPI 3.1.02026-08-04552282508.9 KB
PDF Form Processing

Upload Pdf

Upload a PDF file and extract its form fields.

Args: file: PDF file to upload

Returns: { "success": bool, "pdf": str (base64), "fields": List[PDFFormField], "page_count": int, "is_fillable": bool }

post/api/pdf/upload

Response

Successful Response

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