Download translated document
Use this endpoint to download the translated document when available.
This endpoint should only be invoked after the translation has finished successfully
(i.e. a success callback was returned or the job status is set to SUCCESS).
The translated document is returned as an HTTP attachment.
- The document is only available for 1 hour, after that it is deleted.
- In case you don't download the translated document within that time, you will need to send another translation request.
| Path Parameters |
|---|
jobId uuid — REQUIRED |
| Responses | ||
|---|---|---|
200Return the translated document | ||
401The access token provided is missing, expired, revoked, malformed, or invalid for other reasons. The client MAY request a new access token and retry the protected resource request.
| ||
403The request requires higher privileges than provided by the access token. The request should not be retried.
| ||
404Document translation not found
| ||
422Translation is not yet finished or it failed
| ||
429Too many requests in the time interval
| ||
500Internal server error
|