POST /v1/run executes operations registered in the fetchbean catalog. It validates the input, supplies a managed or connected credential as required, and returns the operation’s provider-specific result without applying a provider-independent normalization layer.
The run interface
ThePOST /v1/run request body accepts these fields. provider and endpoint are required; input defaults to an empty object.
Each method has a defined set of accepted parameters and a per-call credit cost. Refer to the full catalog for every supported provider, endpoint, and its pricing.
Examples
Use the tabs below to see how to call different providers through the unifiedrun endpoint.
Normalized shortcuts
Every named tool also has its own endpoint at
POST /v1/<name>, so you can call it without assembling a provider and endpoint pair. The same registered operation is reachable through POST /v1/run.POST /v1/search— web search with a uniform result schema.POST /v1/read— page reading with a consistent content structure.POST /v1/weather— current weather data in a standardized format.POST /v1/ios_app_search— iOS App Store search.
POST /v1/linear_issues, POST /v1/stripe_charges, and so on) and return that operation’s provider-specific result. See the curated tools guide for the full picture.

