API Reference
The Bencha API provides endpoints to search for brands and categories, and to predict pricing based on various parameters such as brand, category, condition, and demographic. The API is designed to be simple and efficient, enabling business to integrate pricing predictions into their applications.
https://api.bencha.io/v1
Authorization
Bencha authenticates your API requests using your account’s API keys. API requests made without authentication or using an incorrect key will return a 401
error.
curl --request GET \
--url https://api.bencha.io/v1/{...endpoint} \
--header 'Authorization: Bearer {api_key}' \
...
Access to the API
Access to the API is restricted to authorized users. To gain access, please contact us here (opens in a new tab) or email us at hello@bencha.io. Our team will assist you with the necessary steps to obtain your API credentials and provide any additional support you may need to get started.
We look forward to helping you leverage the powerful features of the API to enhance your projects.