SDKs & Libraries
Explore Our SDKs
Drop-in UI components for web and mobile. Let us handle camera permissions, liveness detection, and error states so you can focus on your product.
Quick Start
The fastest way to get started is by using our managed UI SDK. Choose your platform below to see the integration code.
import { Spidify } from '@spidify/react';
export default function App() {
return (
<Spidify
apiKey="pk_live_..."
onSuccess={(result) => console.log('Verification Success:', result)}
onClose={() => console.log('User closed modal')}
/>
);
}SDK Features
Managed UI
Pre-built screens for document capture and liveness checks. No design needed.
Cross Platform
Support for all major web and mobile frameworks with native performance.
Auto-Capture
Smart camera components that automatically detect and capture documents.
Need a custom UI?
If our SDKs don't fit your design requirements, you can use our REST API to build a completely custom experience.
View API Docs