EmofyEmofy Developers

API Changelog

Dated record of additions, deprecations, and breaking changes to the Emofy Developer API, derived from the OpenAPI snapshot diff.

Scope. This page is the Developer API changelog — additive endpoints, field additions, deprecations, and (operator-approved) breaking changes to the public /api/v1/* surface. It is generated from the committed OpenAPI snapshot diff by scripts/generate-api-changelog.mjs. It is not the in-product content-CMS changelog (modules/content/changelog), which is a separate, org-authored feature surface.

Unreleased

Added

  • GET /api/v1/usage — organization API usage time-series (requests, errors, p95 latency, rate-limit hits) in daily UTC buckets.
  • GET /api/v1/usage/keys/{apiKeyId} — the same time-series scoped to a single API key the organization owns.

Changed

  • All /api/v1/* responses may now carry an X-Quota-Warning: true header when the organization is over its configured monthly request quota. In the default rollout mode this is informational only and does not block the request.

On this page