The Marky API uses date-based versioning, inspired by Stripe. This means the API evolves without breaking your existing integrations.Documentation Index
Fetch the complete documentation index at: https://docs.mymarky.ai/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Every request returns aMarky-Version header with the API version used:
When we make changes
- Non-breaking changes (new fields, new endpoints) are added without a version bump. Your existing code won’t break.
- Breaking changes (removed fields, changed behavior) create a new version date. Your pinned version continues working until you’re ready to upgrade.
Current version
| Version | Date | Notes |
|---|---|---|
2026-04-08 | April 8, 2026 | Initial release |
Best practices
- Pin your version in production integrations to avoid surprises
- Test against the latest version periodically to adopt improvements
- Check the changelog for new features and deprecation notices
