curl -X POST "https://api.aisa.one/apis/v1/tavily/crawl" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"instructions": "example",
"chunks_per_source": 1,
"max_depth": 100,
"max_breadth": 1,
"limit": 10,
"select_paths": [
"example"
],
"select_domains": [
"example.com"
],
"exclude_paths": [
"example"
],
"exclude_domains": [
"example.com"
],
"allow_external": true,
"include_images": true,
"extract_depth": "example",
"format": "example"
}'