RushTranslate
The RushTranslate API enables human-powered translation services in applications. The API is used to create orders, retrieve files, request revisions, and more. Responses are JSON formatted. RushTranslate offers certified document translation services in over 60 languages provided by native speaking professionals.
RushTranslate endpoints
| Method | Endpoint | Description |
|---|---|---|
| Files | ||
| GET |
Get File /files/{file_id} |
Get detailed information about a specific file. |
| GET |
Create File /files |
Creates a new file. File uploads are limited to 100Mb in size. Each file may be attached to only one resource after creation. |
| GET |
Download File /files/{file_id}/download |
Retrieve a temporary download URL for the file. Files are encrypted and stored in an Amazon S3 bucket. When you want to download a file this request will generate a temporary… |
| Orders | ||
| GET |
Get Order /orders/{order_number} |
Get detailed information about a specific order. |
| PUT |
Approve Order /orders/{order_number}/approve |
Approve an order that has a status of client_review. |
| POST |
Create Order /orders |
Creates a new order. Files must be created prior as their IDs will be included in the files array of this request. |
| PUT |
Cancel Order /orders/{order_number}/cancel |
Cancel an existing order. Only orders that have a status of received are eligible to cancel via the API. |
| GET |
List Orders /orders |
Get a paginated list of your orders sorted in descending order by received_at date. |
| Revisions | ||
| GET |
Get Revision /revisions/{revision_id} |
Get detailed information about a specific revision. |
| DELETE |
Delete Revision /revisions/{revision_id} |
Delete an existing revision. Only revisions that have a status of requested are eligible to delete via the API. |
| POST |
Create Revision /revisions |
Creates a new revision for an order. Files (optional) must be created prior as their IDs will be included in the files array of this request. Only a file type of reference will… |
| GET |
List Revisions /revisions |
Get a paginated list of your revisions sorted in descending order by requested_at date. |
| Other endpoints | ||
| GET |
List Languages /languages |
Get the list of languages we support. The language codes included in the response will be required when placing orders via the API. |
RushTranslate pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|