Quickstart
The public API is served by the gateway athttps://deepface-cyybxg.fly.dev.
1. Request access
Join the deepface.dev waitlist. During the soft launch, API keys are provisioned for approved testers only.2. Pick a supported model
Start withFacenet unless you have a compatibility reason to choose another
approved model. Review the full models and licensing
guide before production use.
3. Call /verify
Runnable examples
- JavaScript verify example
- JavaScript represent example
- JavaScript compare example
- Python verify example
- Python represent example
- Python compare example
4. Inspect capabilities
UseGET /capabilities to read the active model and detector allowlists before
rolling requests into production.
5. Keep request IDs
Every compute response includesx-request-id. Log it on your side for support
handoffs and incident debugging.