Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET <BINARLY_API_URL>/api/v4/products/{productId}/images/{imageId}
contentType
pdf
imageFields
findings
productId
imageId
Authorization
Bearer <access_token>
# PDF report (full) curl -s \ -H "Authorization: Bearer ${TOKEN}" \ "${BINARLY_API_URL}/api/v4/products/${BINARLY_PRODUCT_ID}/images/${IMAGE_ID}?contentType=pdf&imageFields=findings" \ -o report.pdf # JSON report (POST) curl -s \ -H "Authorization: Bearer ${TOKEN}" \ "${BINARLY_API_URL}/api/v4/products/${BINARLY_PRODUCT_ID}/images/${IMAGE_ID}?imageFields=findings"
Was this page helpful?
Contact support