Skip to main content
Retrieve the list of products available to your account. Use this endpoint to find the 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

Endpoint
Headers

Example Request

Response

Extracting the Product ID

The id 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.
  1. Open the product page in the dashboard.
  2. Look at the browser URL: https://dashboard-<ID>.binarly.cloud/products/01KFNEGZEAWM1F3JBYKXDXGPDM/images/...
  3. The string after /products/ is your Product ID (e.g., 01KFNEGZEAWM1F3JBYKXDXGPDM).

Example: Find Product and Upload