curl -X POST "https://api.aisa.one/apis/v1/tavily/search" \
-H "Authorization: Bearer $AISA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "agent api",
"search_depth": "example",
"chunks_per_source": 1,
"max_results": 1,
"topic": "example",
"time_range": "0.42 sec",
"start_date": "2025-08-16",
"end_date": "2025-08-16",
"include_answer": true,
"include_raw_content": true,
"include_images": true,
"include_image_descriptions": true,
"include_favicon": true,
"include_domains": [
"example.com"
]
}'