TheDocumentation Index
Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
Use this file to discover all available pages before exploring further.
dzap-fuse-api Skill primes your editor with the Fuse REST surface (zap.dzap.io). Every endpoint, every parameter, every response shape.
The Skill keeps the legacy “Zap” name in code; documentation publishes as Fuse.
What it covers
POST /v1/quote— request shape + ranked-route responsePOST /v1/buildTx— calldata generationPOST /v1/bundle— multi-step intentsPOST /v1/execute— gasless intent submissionGET /v1/status— single + batch tracking- Pools, user, tokens, config endpoints
Install
- Cursor
- Claude Code
Use cases
- Building a backend service that orchestrates Fuse intents.
- Wiring up a frontend that calls
/v1/quoteand renders the path. - Writing test fixtures with real-shape responses.