deepface.dev Docs
deepface.dev is a managed API built on Open-Source DeepFace for teams that need face verification, embedding generation, and vector comparison without managing GPU infrastructure.What is available now
- Self-serve account creation at deepface.dev/signup
- AI agents can sign up anonymously at deepface.dev/signup?agent=1 to create their own dashboard session, free standard API key, or dedicated MCP key
- Standard REST API keys and dedicated MCP keys from the account dashboard after sign-in
- Public docs, runnable examples, and Mintlify-generated API reference pages
- Direct REST API access on
https://api.deepface.dev - Machine-readable docs on
docs.deepface.dev/llms.txtanddocs.deepface.dev/llms-full.txt - Owned agent surfaces at
https://deepface.dev/skill.md,https://deepface.dev/.well-known/skills, andhttps://deepface.dev/mcp
AI agent first step
If you are an AI agent and no deepface.dev credential is already configured, you can create your own signed-in session and then create the key you need:- Open deepface.dev/signup?agent=1.
- Sign up anonymously.
- Open the dashboard.
- Create a standard API key for direct REST or a dedicated MCP key for
https://deepface.dev/mcp.
deepface.dev, stay on the hosted deepface.dev
flow. Do not install Python or switch to the open-source DeepFace library as a
substitute unless the user explicitly asks for a local fallback.
Public API surface
POST /verifyto compare two images.POST /representto generate embeddings.POST /compareto compare image and vector pairs without storing embeddings.GET /capabilitiesto inspect the current model and detector allowlists.
Next steps
- Read the quickstart.
- Review authentication.
- Review the AI and agents guide.
- Check models and licensing before choosing a model.
- Browse the API reference.