API guide

Versioning

Versioning

Use this guide when planning long-lived integrations.

API version

The current public API is /v1. Stable operations are covered by the v1 compatibility promise. Beta operations may change with notice.

OpenAPI version

The public contract is published at:

https://stackfill.com/docs/api/openapi.yaml

The current contract version is dated in the OpenAPI info.version field.

Common handling

Pin your integration tests to the OpenAPI contract and monitor the API changelog.

See API reference.