Download Translated Document
curl --request POST \
--url https://api.deepl.com/v2/document/{document_id}/result \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data document_key=0CB0054F1C132C1625B392EADDA41CB754A742822F6877173029A6C487E7F60A{
"title": "OK",
"description": "binary document data"
}Translate Documents
Download translated document
POST
/
v2
/
document
/
{document_id}
/
result
Download Translated Document
curl --request POST \
--url https://api.deepl.com/v2/document/{document_id}/result \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data document_key=0CB0054F1C132C1625B392EADDA41CB754A742822F6877173029A6C487E7F60A{
"title": "OK",
"description": "binary document data"
}Documentation Index
Fetch the complete documentation index at: https://developers.deepl.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Path Parameters
The document ID that was sent to the client when the document was uploaded to the API.
Body
application/x-www-form-urlencodedapplication/json
The document encryption key that was sent to the client when the document was uploaded to the API.
Example:
"0CB0054F1C132C1625B392EADDA41CB754A742822F6877173029A6C487E7F60A"
Response
The document is provided as a download. There is no other data included in the response besides the document data. The content type used in the response corresponds to the document type.
The response is of type file.
⌘I