Extract data
Coming soon
This operation isn't live yet. If you have a use case for structured extraction, tell us about it — we prioritise based on demand.
When POST /api/v1/extract ships it will let you supply a JSON Schema
and a block of text, and get back a typed object that matches the
schema. Useful for:
- Pulling vendor name, amount, and due date out of an email or PDF text.
- Turning a free-form bug report into a typed
{ severity, component, steps_to_reproduce }record. - Normalising messy CSV columns into a defined shape.
Subscribe to the Changelog to be notified when it lands.