Apiflip Changelog
Every meaningful change to Apiflip, told with the media it deserves — screenshots and clips adapt to your current theme.
-
Extraction engine, dashboard, and metering
The core product arrived. The extraction engine lets you point at a URL, describe the data in plain language, and get typed JSON back — selectors self-heal with an LLM when the site changes, auto-applying when confident and flagging for review when not, all on a model-agnostic AI layer. A new dashboard runs extractions, watches saved schemas, and reviews self-heals, reading live from the
/api/v1endpoints with nothing mocked.

The Apiflip dashboard — extract, manage API keys and usage, and review self-heals. Also in this milestone: self-managed API keys with an auth guard on
/api/v1requests, plan-based rate limiting and metering enforced server-side, API docs with working dashboard search, a minimalGET /healthendpoint for the aylith-infra connector, and arobots.txtpoliteness guard. -
Origins
Apiflip entered the umbrella: the initial landing site and the first runnable app were vendored into the repo, with the toolchain modernized (TypeScript 7 beta, latest dependencies).