run, passing the
provider, its endpoint, and the input. fetchbean handles the keys, billing, and rate limits, and returns the
provider’s native response.
| Field | Description |
|---|---|
provider | The provider id, for example exa, parallel, jina, tikhub, openweather, remoteok. |
endpoint | The provider’s own endpoint, for example /search or /v1/extract. |
input | The request body passed through to the provider. |
A few examples
exa search
parallel search
parallel extract
jina read
See the full catalog
Every provider and method, with parameters and per-call pricing.
A few common methods also have normalized shortcuts (such as
POST /v1/search) that return a stable JSON shape.
Those are a convenience layered on top of the same providers; run is the complete surface.
