Stay up to date on what’s shipping in the Extend platform.
Generate extractor JSON schemas via the REST API when you create an extractor
For API version 2026-02-09, you can optionally pass generate on POST /extractors instead of supplying config. Provide one to five sample inputs as Extend file IDs or file URLs and Extend will generate a JSON extraction schema from those examples and return the extractor with the schema applied. Optionally add generate.instructions (up to 2,500 characters) to provide additional context about the document type or requirements for how values should be extracted. You cannot combine generate with cloneExtractorId or config.
generate.files: 1–5 entries, each a file{ id }or{ url }.generate.instructions: optional free-text guidance to steer schema generation.

