Download image attachment

Download an image attachment

GET https://api.complycube.com/v1/documents/:id/download/:side

Downloads an existing image attachment.

Path Parameters

Headers

{
    "fileName": "front-test.jpg",
    "contentType": "image/jpg",
    "data": "<BASE64_DATA_CONTENT>"
}

Example request

curl -X POST https://api.complycube.com/v1/documents/{:documentId}/download/{:side} \
     -H 'Authorization: <YOUR_API_KEY>'

Last updated