Send an agent to extract data from a URL, optionally transforming it to a specific data schema
Documentation Index
Fetch the complete documentation index at: https://docs.jsonify.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The URL to extract from
Additional hints to the AI about what you want to extract
The model to use. Large is slower but may be more accurate. Small is faster but may be less accurate.
auto, large, small Attempt to extract extended metadata, like URLs and images
Increasing this will cause the AI to scroll further down the page
A JSON schema to extract against
{ "schema": { "name": "<the site name>" } }