For makers of smart feeders, doors, and enclosures: verify the pet at your device, not ours. One identity, verified on the hardware your customers already bought.
An owner enrolls in roughly the same two minutes it takes to register a pet. The hardware step happens at your device, not in our cloud.
Per query, your device receives a small, fixed-shape reply. No raw biometric ever crosses the API.
cat, dog)match / no-matchOne call. Just a hash in, a match boolean out. Your device decides what to do with the result.
POST https://api.critterkey.com/v1/identify
Authorization: Bearer <partner_api_key>
Content-Type: application/json
{
"candidate_hash": "f4a1...c092",
"device_id": "feeder-A4-21"
}
// Response
{
"match": true,
"confidence": 0.94,
"species": "cat",
"share_ok": true
}
Identity — from your device’s perspective — is just the match boolean. The biometric stays where it belongs.
Building a feeder, door, or enclosure that should natively recognize CritterKey pets? Drop us a line — we’ll send onboarding docs, sandbox keys, and your integration timeline.