TEXTKING Translation
The TEXTKING Translation API is a RESTful web service to access and manage translation projects on https://www.textking.com. You can use the translation API to integrate high quality human translation into your own software and streamline your translation workflow.
TEXTKING Translation endpoints
| Method | Endpoint | Description |
|---|---|---|
| Prices | ||
| POST |
Get price info for document /price-info |
Return price information for a document. |
| GET |
Get price info for word count /price-info |
Returns price information for a specific number of words for all available quality levels. |
| Topics | ||
| GET |
List topics /topics |
Returns a collection of all available topics. |
| GET |
Get topic /topic/{topicId} |
Returns a single topic area with the given ID. |
| Jobs | ||
| GET |
Upload source document /project/{projectId}/job/{jobId}/document/{documentName} |
Uploads the source document for a job. |
| GET |
Download source document /project/{projectId}/job/{jobId}/document |
Downloads the source document for a job. |
| POST |
Create job /project/{projectId}/jobs |
Creates a new job for a project and returns the result. |
| GET |
Get job /project/{projectId}/job/{jobId} |
Returns a single job with the given ID. |
| GET |
Download translated document /project/{projectId}/job/{jobId}/translation |
Downloads the translated document for a job. |
| PUT |
Update job /project/{projectId}/job/{jobId} |
Updates an existing job with the given ID. |
| DELETE |
Delete job /project/{projectId}/job/{jobId} |
Deletes an existing job with the given ID. |
| GET |
List a project's jobs /project/{projectId}/jobs |
Returns a collection of jobs for a project. |
| Projects | ||
| GET |
List projects /projects |
Returns a collection of projects of the authorized customer. |
| POST |
Create project /projects |
Creates a new project and returns the result. |
| DELETE |
Delete project /project/{projectId} |
Deletes an existing project with the given ID. Only projects in the state prepared can be deleted. |
| PUT |
Update project /project/{projectId} |
Updates an existing project with the given ID or changes its state. |
| GET |
Get project /project/{projectId} |
Returns a single project with the given ID. |
| Languages | ||
| GET |
Get language /language/{code} |
Returns a single language with the given ISO 639 language code. |
| GET |
List source languages /languages/source |
Returns a collection of all source languages supported by TEXTKING. |
| GET |
List target languages /languages/target |
|
TEXTKING Translation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|