Skip to main content

Build with Exa

Get started with Exa’s web search and contents APIs

Make your first API call in minutes

curl -X POST "https://api.exa.ai/search" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "query": "blog post about artificial intelligence",
    "type": "auto"
    "contents": {
      "text": true,
    }
  }'