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"
}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-customizations-with-variants.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
The document ID that was sent to the client when the document was uploaded to the API.
The document encryption key that was sent to the client when the document was uploaded to the API.
"0CB0054F1C132C1625B392EADDA41CB754A742822F6877173029A6C487E7F60A"
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.