Same engine as the web. REST endpoint, X-API-Key auth, JSON in your inbox in a second. Pay per month for credits, top up any time, cancel any time.
1$ curl -X POST https://api-v2.facesearchai.com/api/v1/api-service/search \ 2 -H "X-API-Key: $FSAI_KEY" \ 3 -F "file=@photo.jpg" 4 5→ 200 OK · 8 matches · 49 credits left
Send your key in the X-API-Keyheader. Base URL https://api-v2.facesearchai.com.
Every search returns matches, a credit balance, and a share id you can pass back to your users.
{
"status": "success",
"results_count": 8,
"share_id": "qx7-9fa2",
"credits_remaining": 49,
"results": [
{
"url": "https://example.com/profile/42",
"image_url": "https://cdn.example.com/p/42.jpg",
"score": 0.9421,
"source": "public-web"
}
/* ... 7 more */
]
}Subscribe for monthly credits, top up when you run low. Top-up credits don't expire while the subscription is active.
Pick a plan and check out with Stripe. Your account gets a fresh credit balance the moment payment clears.
One active key per account. Created from your dashboard, shown to you only once. Store it in a secrets manager.
POST an image, get JSON. Credits decrement automatically. Same engine as the web search, same response shape.
Talk to us if you need higher rate limits or volume discounts. We work with investigators, journalists, marketplaces, and trust & safety teams.