Integrate barcode lookup and analysis directly into your applications.
This endpoint allows users to authenticate and retrieve an access token. The token is required to make subsequent API requests.
/api/auth/getToken
{
"userKey": "YOUR_USER_KEY",
"apiKey": "YOUR_API_KEY"
}
This endpoint allows you to fetch details about a specific barcode, including product name, pricing information, and availability.
/api/barcode
{
"barcode": "8690632994802"
}
[
{
"barcode": "8690...",
"text": "Product Name...",
"prices": []
}
]
This endpoint analyzes the given barcode and provides details such as country of origin, manufacturer code, and product code.
/api/analysis