call_api
Call one catalogue API endpoint and pay for it. Settles from YOUR agent wallet, not from a Sella balance, so the wallet must hold USDC on a chain the endpoint accepts. Find endpoint_id with browse_catalog or get_listing. Pass dry_run to get the price, the seller, and the policy verdict without calling or paying anything. Endpoints a probe proved unpayable or unreachable are refused before any money moves. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body sent to the upstream endpoint. Check the endpoint inputSchema first; 40 percent of catalogue endpoints publish one. | |
| dry_run | No | Quote and policy-check only. Nothing is called and nothing is paid. | |
| endpoint_id | Yes | Endpoint id from browse_catalog (the leaf) or get_listing. | |
| idempotency_key | No | Reuse the same key when retrying so a call that already settled is not paid for twice. |