Go back
Exa

Exa

v1 · 9 endpoints

Exa (9)

API Explorer

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

Search the web with current Exa search modes. The charge is estimated from the requested mode, result count, and content…

Authentication

No API key - create one in the dashboard

Body

Search query.

type·category·numResults+11 more
import requests

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

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

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