Data Extractor (Freetext to Json)
Extracts JSON data according to your schema from any free text input. - Uses AI to match the data to your schema. - Use 'description' metadata in your JSON schema to fine tune the data - JSON Schema docs: https://json-schema.org/learn/getting-started-step-by-step Feedback, Requests or Comments welcome.
Data Extractor (Freetext to Json) endpoints
| Method | Endpoint | Description |
|---|---|---|
| text-to-json | ||
| POST |
validateSchema /api/data_extractor/validation |
This optional request can be used to validate the syntax of a JSON schema More info on JSON schema here: https://json-schema.org/learn/getting-started-step-by-step |
| POST |
extractJsonData /api/data_extractor/extraction |
Post your unstructured data and JSON schema to receive semi-structured JSON. Descriptions of JSON properties can fine tune the results. More info on JSON Schema format here:… |
Data Extractor (Freetext to Json) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.99 / month | — |
|
| ULTRA | $4.99 / month | — |
|
| MEGA | $9.99 / month | — |
|