When to Use This Endpoint
Use this endpoint to:- Generate human-readable PDF reports for stakeholders.
- Export raw finding data (JSON/CSV) for custom analytics.
Request
PDF Format (GET)
| Parameter | Required | Description |
|---|---|---|
contentType | ❌ | pdf |
imageFields | ❌ | findings (include to get full report with all findings) |
JSON Format (GET)
| Parameter | Required | Description |
|---|---|---|
imageFields | ❌ | findings |
Path Parameters (all formats)
| Parameter | Required | Description |
|---|---|---|
productId | ✅ | Product ID |
imageId | ✅ | Image ID |
| Header | Value |
|---|---|
Authorization | Bearer <access_token> |