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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
query
string
required
max_results
integer

Response

Success

The response is of type object.