Go back
Exa

Exa

v1 · 7 endpoints

Exa (7)

API Explorer

— credits
ColdIQ
APIs→Exa
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
POSThttps://api.coldiq.com/v1/exa/search1.05 cr

Perform a neural or deep web search using Exa. Returns ranked results with optional content (text, highlights, summary).…

Authentication

No API key — create one in the dashboard

Body

Search query.

type·category·numResults+11 more
import requests

url = "https://api.coldiq.com/v1/exa/search"

headers = {
    "Authorization": "Bearer ",
    "Content-Type": "application/json"
}

response = requests.post(url, headers=headers)
print(response.json())