POST
/
research
/
v1
Create a new research request
curl --request POST \
  --url https://api.exa.ai/research/v1/research/v1 \
  --header 'Content-Type: application/json' \
  --data '{
  "model": "exa-research",
  "instructions": "What species of ant are similar to honeypot ants?"
}'
{
  "researchId": "01jszdfs0052sg4jc552sg4jc5",
  "model": "exa-research",
  "instructions": "What species of ant are similar to honeypot ants?",
  "status": "running"
}

Get your Exa API key

Body

application/json

Response

201 - application/json

Research request created

The response is of type object.