cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/jobs/documents/file \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data '{ "access_token": "<string>", "document_id": "<string>" }'
This response does not have an example.
Returns the raw file for the document with the provided document ID
Enter your client id
Enter your secret
OK
The response is of type file.
file
Was this page helpful?