Integrate powerful document translation capabilities directly into your applications with our comprehensive REST API. Support for 50+ AI models and 15+ file formats.
Clean, intuitive endpoints following REST principles with comprehensive error handling and status codes.
Upload and translate 15+ document formats including PDF, DOCX, XLSX, PPTX, and more via API.
Track translation progress with Server-Sent Events and webhook notifications for completion.
Choose from 50+ AI models including GPT-4, Claude, and specialized translation models.
Process multiple documents simultaneously with automatic queue management and priority handling.
Enterprise-grade security with automatic data deletion, encryption, and GDPR compliance.
curl -H "Authorization: Bearer YOUR_API_KEY" \\
https://api.www.versq.com/api/translationscurl -X POST \\
-H "Authorization: Bearer YOUR_API_KEY" \\
-H "Content-Type: multipart/form-data" \\
-F "[email protected]" \\
-F "sourceLanguage=en" \\
-F "targetLanguage=es" \\
-F "modelId=gpt-4o" \\
https://api.www.versq.com/api/translationscurl -H "Authorization: Bearer YOUR_API_KEY" \\
https://api.www.versq.com/api/translations/TRANSLATION_ID/api/translations/api/translations/{id}/api/translations/api/models/api/usage/api/webhooksSign up for a free account to get your API key and start translating documents programmatically.