v2
latestOpenAPI 3.1.02026-08-08556285514.3 KBPDF 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"}