Generate a check report

Generate a check report

GET https://api.complycube.com/v1/reports?checkId=:id

Generates a check PDF report.

Query Parameters

Headers

{
    "contentType": "images/jpg",
    "data": "<BASE64_DATA_CONTENT>"
}

Example request

curl -X POST https://api.complycube.com/v1/reports?checkId={:checkId} \
     -H 'Authorization: <YOUR_API_KEY>' 

Last updated