v1

latestOpenAPI 3.1.02026-08-044418.3 KB
Legacy V1 evaluation API

Legacy V1 endpoint with a limited free evaluation allowance.

Use this legacy endpoint only to try SchemaSure free (3 limited calls per client) or maintain an existing V1 integration. New production agents should use /v2/extract.

post/extract

Request body

inputstring required

Raw unstructured content to extract from (plain text or HTML).

inputType'text' | 'html' | 'auto'

How to interpret input: plain text, HTML, or auto-detect (default).

schemaobject required

JSON Schema (draft 2020-12) that the returned data is guaranteed to satisfy.

Response

Schema-valid extraction. Paid responses include X-PAYMENT-RESPONSE.

{"stackTrail":"components:schemas:ExtractSuccess:properties:data","oasType":"schema","type":"unknown","description":"Extracted value; guaranteed to validate against the request `schema`."}