Skip to main content
POST
/
v1
/
exa_search
exa_search
curl --request POST \
  --url https://api.fetchbean.com/v1/exa_search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "numResults": 123,
  "type": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
query
string
required
numResults
integer
type
string

Response

Success

The response is of type object.