{
"query": "What is the latest valuation of SpaceX?",
"text": true
}
curl --location --request POST 'https://api.302.ai/exaai/answer' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "What is the latest valuation of SpaceX?",
"text": true
}'
{}