Base URL

https://api.aisearch.io

Authentication

The AISearchAPI uses API keys to authenticate requests. You can create and manage your API keys through your organization settings. Get your free API key
curl https://api.aisearch.io/v1/search \
  -H "Authorization: Bearer YOUR_API_KEY"
  -d {"prompt": "How much is Bitcoin worth today?"}

Endpoints