v1
OpenAPI 3.1.02026-08-04552282508.9 KBPDF Form Processing
Extract Schema From Pdf
Extract an extraction schema from a fillable PDF form's AcroForm fields. Converts PDF form fields directly to schema format, then optionally enriches with AI for better descriptions.
Returns the same format as /api/excel/extract-schema: { success: bool, fields: [{ name, type, required, description }] }
post/api/pdf/extract-schema
Response
Successful Response
{"stackTrail":"paths:/api/pdf/extract-schema:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}