API reference
The Taia REST API lets you automate translation workflows: submit files, poll for results, and download translations without using the web interface.
Authentication
All API requests require a Bearer token. Generate your API token in Profile → API Access (available on Pro plans).
Authorization: Bearer YOUR_API_TOKEN
Base URL
https://translate.taia.io/api/v1
Interactive reference
The full endpoint-by-endpoint reference with request/response schemas and a live try-it panel is available at:
Common workflows
Submit a file for AI translation
POST /projects— create a projectPOST /projects/{id}/files— upload source file(s)POST /projects/{id}/translate— start AI translationGET /projects/{id}/status— poll until completeGET /projects/{id}/files/{file_id}/download— download translated file
Related
- Webhook events
- Subscription plans matrix (API access requires Pro plan)
- API product page on taia.io