Face comparison and face counting for real-world apps
Compare faces, count people in images, and integrate in minutes with simple REST endpoints, file uploads, and transparent pricing. Built for developers who need a lightweight API without unnecessary complexity.
curl -X POST https://api.facecheap.com/compare \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image_url1": "https://example.com/person-a.jpg",
"image_url2": "https://example.com/person-b.jpg"
}'
{
"faces_img1": 1,
"faces_img2": 1,
"comparisons": [
{ "index_img1": 0, "index_img2": 0, "distance": 0.43 }
]
}
Built for practical face workflows
FaceCheap works best when you need a direct, lightweight API for comparing faces or counting them in images. Keep the workflow simple and get useful output fast.
Event check-in
Match attendee photos and streamline entry for smaller events and private tools.
Photo apps
Compare faces across uploaded photos and group likely matches in simple media workflows.
Access flows
Add lightweight face checks to internal dashboards, access tools, or prototypes.
Image analysis
Count faces in a single image with a direct endpoint and predictable JSON output.
Integrate in minutes
The API is designed for fast testing and straightforward implementation. Send image URLs or uploaded files and get compact, usable JSON back.
- Face-to-face comparison
- Face counting endpoint
- JSON and multipart upload support
- Simple API key authentication
- Copy-paste documentation examples
- A lightweight API instead of a large platform
- Fast prototyping with clear monthly limits
- Privacy-first defaults for image handling
- Small-team friendly pricing
Simple plans for testing and production
Start with a free sandbox, move into production when usage grows, and keep pricing easy to understand.
Launch
- 100 recognitions / month
- API key access
- Good for sandbox validation
Orbit
- 10,000 recognitions / month
- Email support
- Built for active small apps
Galaxy
- 100,000 recognitions / month
- Priority support
- Better fit for sustained traffic
Supernova
- 1,000,000 recognitions / month
- Dedicated support
- Best fit for heavier production workloads
Need higher volume or custom terms?
If you need a larger quota, tailored limits, or direct coordination for a specific workflow, get in touch and describe your use case.
Contact: hello@codemane.com
Privacy-first by default
FaceCheap is positioned as a lightweight API with straightforward handling. The privacy promise should be simple, visible, and easy to understand before a user signs up.
No image storage by default
Images are intended to be processed for results, not kept as a product feature.
Clear integration model
Use API keys, documented limits, and direct request examples without extra onboarding friction.
Built for fast testing
Start with the free plan, validate your use case, and move up only if usage justifies it.
Docs stay close to the product
Users should be able to jump from the landing page to usable examples immediately.
Start testing the API today
Create an account, get your API key, and make your first request in minutes. If you want a technical view first, go straight to the documentation.