Versioning
Learn how Lia's API versioning works and how to specify API versions in your requests.
Version Format
Specifying a Version
curl https://api.acolad.ai/translate/text \
-H "X-Lia-Api-Version: 2025-12-15.babel" \
-H "x-api-key: your_api_key" \
-H "Content-Type: application/json" \
-d '{"text": "Hello world", "targetLang": "fr"}'Supported Formats
Format
Example
Description
Version Lifecycle
Active
Deprecated
Retired
Response Headers
Standard Headers
Deprecation Headers
Error Handling
Unknown Version
Retired Version
Best Practices
Always Specify a Version
Pin to a Specific Version
Monitor Deprecation Headers
Test New Versions
Available Versions
Version
Nickname
Status
Sunset Date
Release Notes
Last updated
Was this helpful?