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

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
provider
string
required

Provider id, e.g. exa, parallel, jina.

endpoint
string
required

The provider's own endpoint, e.g. /search.

input
object

Request body passed through to the provider.

Response

Success

The response is of type object.