Apiflip

Apiflip Changelog

Every meaningful change to Apiflip, told with the media it deserves — screenshots and clips adapt to your current theme.

  1. 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/v1 endpoints with nothing mocked.

    Apiflip dashboard: an extract form, an API keys and usage panel with plan selector, and recent activity
    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/v1 requests, plan-based rate limiting and metering enforced server-side, API docs with working dashboard search, a minimal GET /health endpoint for the aylith-infra connector, and a robots.txt politeness guard.

  2. 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).