Exa AI is an emerging AI search engine company that recently announced a $17 million Series A funding round, led by Lightspeed, with participation from Nvidia's NVentures and Y Combinator. Unlike other search engines, Exa aims to be a dedicated search tool for AI.Official Documentation:https://docs.exa.ai/reference/answerPrice: 0.01 PTC/call
Request
Header Params
Authorization
string
optional
API KEY
Example:
Bearer {{YOUR_API_KEY}}
Body Params application/json
query
string
required
text
boolean
required
Example
{"query":"What is the latest valuation of SpaceX?","text":true}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/exaai/answer' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header'Content-Type: application/json' \
--data-raw'{
"query": "What is the latest valuation of SpaceX?",
"text": true
}'