Decode, then format
Take a base64-encoded JSON payload and produce something readable:Each hop costs credits and a round trip. Many tools already do the composite job in one call —
GET /v1/tools/search is free, so check before building a pipeline.Validate before you spend
For expensive tools, run a cheap validator first rather than paying for a failure you could have predicted:Batching
There is no batch endpoint. Call the tool once per item, respecting the rate limit:credits_remaining on each response — it is the cheapest possible progress meter.