PRODUCT_ID needed for uploading binary images.
When to Use This Endpoint
Before uploading an image to scan, you need to know which product to associate it with. This endpoint returns all products you have access to, allowing you to:- Find the correct product ID for your image
- Verify you have access to the intended product
- Discover available products in your organization
Request
EndpointExample Request
Response
Extracting the Product ID
Theid field contains the full path (e.g., products/prod_abc123). When uploading images, use only the ID portion:
Alternative: Get Product ID from Dashboard URL
For testing or quick access, you can find the Product ID directly in the Binarly Dashboard URL.- Open the product page in the dashboard.
- Look at the browser URL:
https://dashboard-<ID>.binarly.cloud/products/01KFNEGZEAWM1F3JBYKXDXGPDM/images/... - The string after
/products/is your Product ID (e.g.,01KFNEGZEAWM1F3JBYKXDXGPDM).