developers.gengo.com
Sandbox testing | Gengo API
http://developers.gengo.com/v2/sandbox
Account and API keys. The test area for your API code. What’s different about the sandbox? Add free credits to your account for testing. Trigger the “completion” of your translation jobs (i.e. be a faux translator) so that you can test what your code does in response. Manually toggle between job states (e.g. pending to reviewable) and other actions. Test callbacks by clicking the Send Callback. How to use the sandbox. Read the developer documentation. Create a sandbox account. Test your app, using.
developers.gengo.com
Service methods | Gengo API
http://developers.gengo.com/v2/api_methods/service
Account and API keys. This describes the endpoints that deal with Service on the Gengo API. Returns supported translation language pairs, tiers, and credit prices. Http:/ api.gengo.com/v2/translate/service/language pairs. Required) - Your API key. Required) - Your API signature. Required) - Current Unix epoch time as an integer. Optional): Source language code. Submitting this will filter the response to only relevant language pairs. 1 2 3 4 5 6 7 8 9 10 11 12 13. Required) - Your API key. 1 2 3 4 5 6 7 ...
developers.gengo.com
Client libraries | Gengo API
http://developers.gengo.com/client_libraries
Account and API keys. We provide official client libraries for a few popular programming languages, ready to drop straight into your code. We host them on Github, and encourage you to fork them:. Our developer community has created client libraries of their own (thanks! These are maintained by the original author, and we provide links to them here for convenience:. You are encouraged to use our Sandbox. For testing your implementation. Wrote your own client library in a language not seen here?
developers.gengo.com
Order methods | Gengo API
http://developers.gengo.com/v2/api_methods/order
Account and API keys. This describes the endpoints that deal with Order on the Gengo API. Retrieves a group of jobs that were previously submitted together by their order id. Http:/ api.gengo.com/v2/translate/order/{order id}. Required) - Your API key. Required) - Your API signature. Required) - Current Unix epoch time as an integer. 1 2 3 4 5 6 7 8 9 10 11 12 13. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30. Http:/ api.gengo.com/v2/translate/order/{id}. Professional, ...
developers.gengo.com
Jobs methods | Gengo API
http://developers.gengo.com/v2/api_methods/jobs
Account and API keys. This describes the endpoints that deal with Jobs on the Gengo API. Jobs by id (GET). Submits a job or group of jobs to translate. If all jobs which are placed in one order have same language pair and level then those jobs will be grouped. Http:/ api.gengo.com/v2/translate/jobs. Required) - Your API key. Required) - Your API signature. Required) - Current Unix epoch time as an integer. Single : English to Japanese. Testing Gengo API library calls. Single : English to Japanese. If the...
gengo.com
Gengo - Get started with the Gengo API
https://gengo.com/api-visual-guide
Get started with the Gengo API. A high-level overview of how the Gengo workflow is implemented. Create a Gengo developer account at sandbox.gengo.com. Grab our Python, PHP, Node.js, Java and Ruby client libraries straight from GitHub. Our full REST API docs and system description is online for reference. Submit text for translation. Using the POST /translate/jobs/ endpoint. Send text strings for translation. You’ll receive an order id. Back from us along with the total cost. Check the order status. You c...
developers.gengo.com
First steps | Gengo API
http://developers.gengo.com/v2/first_steps
Account and API keys. Follow these steps to get started. Step 1: Create a sandbox account and obtain an API key. Step 2: Play in the sandbox with your API keys. Step 1: Create a sandbox account and obtain an API key. Every API call must be authorized using an API key. While you’re testing, you should use the sandbox and generate your keys from there. In this tutorial I will show you how to create a sandbox account, so that you can get your API keys to make calls to the Gengo Translate API. In this tutori...
developers.gengo.com
Payloads | Gengo API
http://developers.gengo.com/v2/api_methods/payloads
Account and API keys. Most of the processing throughout the Translate API will be around a Job Payload. This is a simple container representing the instance of a translation job. Job Payload - for responses. Job Payload - for submissions. Job Payload - for responses. Original body of text (to be translated). Translated body of text (if available). Source language code. Gengo uses IETF codes to define languages and language pairs. Quality level (“standard” or “pro”). Estimated seconds until completion.