Batch Queue Processing
Queue thousands of images for processing. Async workers handle face detection, embedding extraction, and metadata parsing automatically.
Add powerful facial recognition to your app in minutes. Queue processing, selfie matching, and intelligent metadata search.
curl -X POST https://api.facehub.cloud/v1/queue \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"app":"myapp","tag":"event","urls":["https://example.com/photo.jpg"]}'Everything you need for face recognition at scale
Queue thousands of images for processing. Async workers handle face detection, embedding extraction, and metadata parsing automatically.
Find all images containing a specific person. Upload a selfie and search across your entire image database with adjustable similarity thresholds.
Query by EXIF data (camera, location, date) and IPTC metadata (keywords, captions). Combine face search with rich metadata filtering.
Get high-dimensional face embeddings for your ML pipelines. State-of-the-art model provides exceptional accuracy for face detection and recognition.
Monitor your queued, processing, and completed tasks. Track usage metrics and billing in real-time through the API.
API key authentication with tenant isolation. Your data stays private. Free tier for development, pay-as-you-go for production.
Experience the power of our API with real-time interactive examples. No signup required.
Detect and count the number of faces in an image. Perfect for analytics and automation.
Sample image for testing
{ "app": "demo", "url": "https://images.unsplash.com/photo-1615561479656-46419d14de5a" }Click "Execute API Call" to see the response
Real-time API execution
Using Free Demo API Key
ActiveThese examples use the free demo API key: 12345678-ABCD-APIKEY-FREE
Add it to your requests using the Authorization: Bearer YOUR_API_KEY header.
RESTful API with comprehensive face recognition capabilities. All endpoints require Bearer token authentication.
Queue multiple images for batch processing. Extracts faces, embeddings, EXIF, and IPTC metadata for each image asynchronously.
appApplication identifier for organizing images within your tenant
"wedding-portal"tagCategory tag to group related images
"event-photos"urlsArray of image URLs to process
{
"app": "myapp",
"tag": "event-photos",
"urls": [
"https://example.com/photo1.jpg",
"https://example.com/photo2.jpg"
]
}Search for all images containing a specific person by providing a selfie URL. Matches faces across your queued images with adjustable similarity thresholds.
appApplication identifier (must match the app used when queuing)
urlURL of the selfie/reference image to search for
tagsArray of tags to limit search scope. If omitted, searches all images in the app
thresholdSimilarity threshold (0-100). Higher = stricter matching
60{
"app": "myapp",
"url": "https://example.com/selfie.jpg",
"tags": ["event-photos"],
"threshold": 60
}Search queued images by IPTC metadata fields. Filter by photographer, location, keywords, and more. Combine with face search for powerful queries.
appApplication identifier (must match app used when queuing)
tagTag to filter by (from the tag assigned during queue)
keyIPTC field name to search (see available fields below)
textSearch text to match within the specified IPTC field
{
"app": "myapp",
"tag": "event-photos",
"key": "Keywords",
"text": "wedding"
}/v1/embeddings Get 512D face embeddings from image/v1/count Count number of faces in image/v1/draw Draw bounding boxes on detected faces/v1/usage/{year}/{month} View usage metrics for specific month/v1/billing/{year}/{month} View billing summary for specific monthAll endpoints require Bearer token authentication via the Authorization header.
Authorization: Bearer YOUR_API_KEYStart free, scale as you grow. All endpoints unlimited except queue processing.
Perfect for testing and development
Queue Processing
100 images/month via /v1/queue
All Other Endpoints
Unlimited & Free forever
count, draw, embeddings, selfie, search, usage
Best for production applications
Queue Processing
10,000 images/month included
Then only €0.01 per additional image
All Other Endpoints
Unlimited & Free forever
count, draw, embeddings, selfie, search, usage
/v1/queue - Batch processing is metered
All other endpoints are free with no limits
No hidden fees. Cancel anytime. Billing starts only when you exceed free tier limits.
Start building in seconds. Choose your plan and get instant access to our face recognition API.
From event photography to security systems, discover how developers are using FaceHub API
Upload thousands of photos from weddings, concerts, or sports events. Guests find their pictures instantly by uploading a selfie. Perfect for photographers and event organizers.
Build secure facial recognition systems for offices, gyms, or residential buildings. Real-time verification with high accuracy and fast response times.
Automate attendance for schools, offices, or events. Quick check-ins with selfie verification. Replace manual sign-ins with smart facial recognition.
Auto-tag friends in photos, suggest profile pictures, or enable face-based search. Enhance user experience with intelligent face recognition features.
Build smart photo galleries that organize by faces. Search your entire photo library by person. Automatic album creation based on who appears in photos.
Track unique visitors in retail stores or venues. Analyze foot traffic patterns and customer behavior. Privacy-compliant demographic insights.
Ready to build your solution?
Start Building NowJoin hundreds of developers building amazing applications with our face recognition API