Node SDK

Official Node.js SDK for the Ziptax API

The Node SDK is coming soon. In the meantime, you can integrate with Ziptax from Node.js using standard HTTP clients. See the REST API Reference for endpoint details, or reach out to support@zip.tax if you’d like early access.

The Node SDK will provide a first-class JavaScript / TypeScript client for the Ziptax API, with idiomatic patterns for Node.js backends, edge functions, and server-rendered frontends. It will include built-in authentication, automatic retries, TypeScript type definitions, and helpers for the full tax-calculation and jurisdiction-lookup workflow.

In the meantime

While we finalize the Node SDK, you can call the Ziptax API directly using fetch or any HTTP client. The REST endpoints are documented in the API Reference.