Base URL and v1 compatibility

Use production v1 base URL and follow compatibility rules for future additions.

Current API version:

https://api.sonik.ai/v1

v1 compatibility policy

  • Existing field names, types, and meanings stay stable.
  • New endpoints and optional response fields can be added.
  • Clients must ignore unknown response fields.
  • Removing or renaming fields, changing field type or meaning, or adding mandatory request input requires a new API version.
  • Deprecated behavior remains documented before replacement. No fixed deprecation duration is promised yet.

Use HTTPS only. Do not build production host by copying a non-production URL.


Did this page help you?