For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SupportLog InSign Up
GuidesAPI Reference
GuidesAPI Reference
    • Welcome to Ziptax
      • Quickstart
      • How to create an API key
      • How to find a TIC
      • Overview
      • Go SDK
      • Python SDK
      • Node SDK
Logo
SupportLog InSign Up
On this page
  • In the meantime
SDKs

Node SDK

Official Node.js SDK for the Ziptax API
Was this page helpful?
Previous

REST API Overview

Pick the right lookup method for your use case
Next
Built with

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.

REST API Reference
REST Code Samples
Contact Support