POST
/
v2
/
document
/
{document_id}
/
result
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
This response does not have an example.

Authorizations

Authorization
string
header
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme

Path Parameters

document_id
string
required

The document ID that was sent to the client when the document was uploaded to the API.

Body

Response

200
application/octet-stream

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.