Citation-backed web answers and deep research reports for autonomous agents. Four tiers of Perplexity Sonar — fast answers, synthesis, multi-step reasoning, and exhaustive deep research — all through one AIsa API key.
Use this file to discover all available pages before exploring further.
View on GitHub →Citation-backed web answers and deep research for autonomous agents. Access the full Perplexity Sonar family with one AISA_API_KEY — from sub-second lookups to exhaustive research reports.
curl -X POST "https://api.aisa.one/apis/v1/perplexity/sonar-deep-research" \ -H "Authorization: Bearer $AISA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "sonar-deep-research", "messages": [{"role": "user", "content": "Create a 2,000-word deep research report on autonomous browser agents."}] }'
Deep research accepts longer processing times and the Python client implements automatic retry logic. For time-sensitive requests, downgrade to sonar-pro or sonar-reasoning-pro rather than waiting for a long timeout.