curl --request POST \
--url https://api.example.com/api/v1/internet/fetch/ \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"filters": {},
"options": {
"options.markdown": true,
"options.json": true,
"options.include_links": true,
"options.include_html": "<string>",
"options.image_urls": true,
"options.json_schema": {},
"options.ai": {}
}
}
'