# July 4, 2026
The API now lives under /api/v1
Every endpoint is now available at a versioned address — for example
https://apiai.me/api/v1/process/your-tool-slug. That’s the path to use
going forward.
Your existing calls to the unversioned /api/... keep working exactly as
before — nothing to change today. Versioning just lets us keep improving
the API safely: within v1 we only make backward-compatible additions, and
anything that could affect existing integrations will ship under a future
version with plenty of notice.