How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Gengo Job API

Operations on a single translation job.

Gengo Job API is one of 6 APIs that Gengo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Job. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 8 operations across 6 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against 2 base URLs: https://api.gengo.com/v2, http://api.sandbox.gengo.com/v2.

8 operations 6 paths 2 schemas 1 DELETE5 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://api.gengo.com/v2
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Gengo Job API declares 1 security scheme for authenticating requests. An API key is passed in the query as api_key (ApiKey). By default, every request must be authenticated.

  • ApiKey — Public API key identifying the account. Every authenticated call must also include ts (Unix epoch) and apisig (HMAC-SHA1 of ts keyed by the account private key…

Paths & Operations 8

Across 6 paths, the API surfaces 8 operations — 1 DELETE, 5 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Job 8

Operations on a single translation job.

GET
/translate/job/{id}
Retrieves a specific job.
getJob 1 param → 200default
PUT
/translate/job/{id}
Updates a job (approve, reject, revise, or purchase a reviewable job).
updateJob 1 param body → 200default
DELETE
/translate/job/{id}
Cancels the job. You can only cancel a job if it has not been started by a translator.
cancelJob 1 param → 200default
GET
/translate/job/{id}/revisions
Gets list of revision resources for a job.
getJobRevisions 1 param → 200default
GET
/translate/job/{id}/revision/{rev_id}
Gets a specific revision for a job.
getJobRevision 2 params → 200default
GET
/translate/job/{id}/feedback
Retrieves the feedback you have submitted for a particular job.
getJobFeedback 1 param → 200default
GET
/translate/job/{id}/comments
Retrieves the comment thread for a job.
getJobComments 1 param → 200default
POST
/translate/job/{id}/comment
Submits a new comment to the job's comment thread.
postJobComment 1 param body → 200default

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Envelope (2 properties), Error (2 properties). Each schema is shown below with its type and property counts.

Error
object
2 properties 2 required
Envelope
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

gengo-job-api-openapi.yml Raw ↑

Other APIs Gengo publishes across the network.

Gengo Account API
Gengo Glossary API
Gengo Jobs API
Gengo Order API
Gengo Service API
Where this information came from

This is an independent, third-party profile of Gengo Job API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.