Petnow SDK Overview
Introduction to Petnow SDK structure and core features.

What is Petnow SDK?
Petnow SDK is a framework that enables easy integration of pet biometric verification/identification features into mobile apps.
Core Features
- Dog/Cat Unique Biometric Extraction: High-performance on-device AI for biometric data extraction
- Biometric Verification/Identification: Pet authentication using biometric information
- Real-time Guidance: Visual feedback for optimal capture
Who needs this?
- Developers who want to add pet registration/authentication features to their app
- Teams who want to improve pet verification/identification accuracy in existing apps
- Businesses providing pet biometric verification/identification as a B2B service
SDK Structure
Petnow SDK consists of 3 modules and can be used selectively as needed.
Module Description
UI Module
Handles camera UI and biometric data extraction.
- Features: Real-time detection, progress display, overlay guide
- Dependencies: Camera Module
API Module
Handles communication with Petnow server.
- Features: Image upload, pet registration/management, verification/identification
- Dependencies: None (standalone module)
Camera Module
Biometric extraction engine (internal module, not directly accessible)
- Features: ML inference, image processing, quality check
Typical Usage Flow
Next Steps
Refer to platform-specific guides to start using the SDK:
- [iOS SDK] - iOS app integration guide
- [Android SDK] - Android app integration guide