crowdin / crowdin/crowdin-api-client-ruby
Add support for AI File Translation methods
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 22
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
The Crowdin API has been extended with new **AI File Translation** endpoints in the AI section, including operations to start translation, check translation status, cancel translation, download translated file, and download translated strings.
The Crowdin API client libraries should be updated to support these methods so developers can run and manage file-based AI translation workflows directly from SDKs.
**References:**
- [AI File Translations](https://support.crowdin.com/developer/api/v2/#tag/AI/operation/api.users.ai.file-translations.post)
- [Get File Translations Status](https://support.crowdin.com/developer/api/v2/#tag/AI/operation/api.users.ai.file-translations.get)
- [Cancel File Translations](https://support.crowdin.com/developer/api/v2/#tag/AI/operation/api.users.ai.file-translations.delete)
- [Download Translated File](https://support.crowdin.com/developer/api/v2/#tag/AI/operation/api.users.ai.file-translations.download)
- [Download Translated File Strings](https://support.crowdin.com/developer/api/v2/#tag/AI/operation/api.users.ai.file-translations.download-strings)
Contributor guide
Assessment
This issue has not been assessed yet.