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.
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())