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"
}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://deepl-c950b784-docs-language-release-process-v3.mintlify.app/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
The document encryption key that was sent to the client when the document was uploaded to the API.
"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.