Download document translation result
- Print
- PDF
Download document translation result
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Download the translated document file. Redownloads are available within 7 days of translation completion.
Request
This section describes the request format. The method and URI are as follows:
Method | URI |
---|---|
GET | /download |
Request headers
For information about the headers common to all Papago Translation APIs, see Common Papago Translation headers.
Request query parameters
The following describes the parameters.
Field | Type | Required | Description |
---|---|---|---|
requestId | String | - | ID issued with the translation request (Request ID)
|
Request example
The request example is as follows:
curl --location --request GET 'https://naveropenapi.apigw.ntruss.com/doc-trans/v1/download
?requestId={requestId}' \
--header 'X-NCP-APIGW-API-KEY-ID: {Client ID issued when registering the app}' \
--header 'X-NCP-APIGW-API-KEY: {Client secret issued when registering the app}'
Response
This section describes the response format.
Response body
The response body includes the following data:
Field | Type | Required | Description |
---|---|---|---|
File | File | - | Translated document file in attachment format |
Response status codes
For information about the HTTP status codes common to all Papago Translation APIs, see Common Papago Translation response status codes.
Response example
On a successful call, a translated document file in attachment format is downloaded.
Was this article helpful?