ai.extract
Fetch a URL and extract structured data according to your own JSON Schema. Specify the desired output shape and get typed results.
Instructions
Fetch a URL and extract typed data from its content per a user-supplied JSON Schema. Use when you need a structured payload conforming to your own shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| schema | Yes | JSON Schema describing the desired output. | |
| instruction | No | Optional extraction guidance. |