Generate a check report
URL
GET https://api.complycube.com/v1/reports?checkId=:id
Generates a check PDF report.
Headers
Name
Type
Description
Authorization
*
string
The API live
or test
key.
Query parameters
Name
Type
Description
checkId
*
string
The ID of the check.
Example request
curl -X POST https://api.complycube.com/v1/reports?checkId={:checkId} \
-H 'Authorization: <YOUR_API_KEY>'
Example responses
{
"contentType": "images/jpg",
"data": "<BASE64_DATA_CONTENT>"
}
Last updated
Was this helpful?