ai.extract
Fetch a URL and extract typed data from its content using a user-supplied JSON Schema. Get structured output that matches your required shape.
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. |