Developers
Core concepts

Versioning

Understand FluxDigest API and SDK compatibility guarantees.

The API major version is part of the URL:

https://api.fluxdigest.com/v1

Within v1, FluxDigest may add endpoints, optional request fields, response fields, and webhook event types. Clients must ignore unknown response fields. Enums are extended only where their documentation says unknown values are possible.

Breaking changes require a new major API version or an announced compatibility mechanism. Deprecated behavior is documented before removal and may emit Deprecation and Sunset response headers.

SDKs use semantic versioning independently from the API. A major SDK release can change language-level ergonomics without requiring a new API major version.