Overview
Authentication
All API requests are authenticated using an API key passed in the request header. Keys are prefixed with rcc_ and scoped to a specific usage tier.
Request header
Include your API key in every request using the X-API-Key header:
X-API-Key: rcc_your_key_here
Usage tiers
Starter — Free 25 calls/mo 10 vision calls Builder — $39/mo 1,000 calls Included Scale — $99/mo 5,000 calls Included Pro — $249/mo 25,000 calls Included
Vision calls
Calls to /v2/identify and /v2/identify-and-price that process a new photo consume a vision call. Items served from the image cache do not consume vision calls regardless of tier.
Free tier accounts receive 10 vision calls per month. On cache miss after the limit is reached, a prompt to upgrade is returned.
Error responses
HTTP 429
{
"detail": "Monthly limit reached. Current tier: Starter (25 calls). Upgrade to Builder for 1,000 calls/month."
} Getting access
The API is not yet in public beta. Contact support@acine.io to inquire about access.