AI Face ScanAI Face Scan
API as a Service

AI Face ScanAPI Access

Integrate powerful face recognition search directly into your applications. Simple API key authentication and per-credit billing.

terminal
$ curl -X POST /api/search   -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -F "file=@photo.jpg"

API Endpoints

Simple RESTful endpoints. Authenticate with your API key via the X-API-Key header.

MethodEndpoint
POST/api/searchCore
GET/api/keys
POST/api/keys
DELETE/api/keys/{id}
POST/api/checkout

Response Format

All responses are returned in JSON format with credit tracking.

response.json
1{
2 "status": "success",
3 "remaining_credits": 99,
4 "credit_balance": 99,
5 "topup_credits": 0,
6 "data": [
7 {
8 "sourceUrl": "https://example.com/profile",
9 "imageUrl": "https://cdn.example.com/face.jpg",
10 "score": 97,
11 "group": 1
12 }
13 ],
14 "share_id": "abc123def"
15}

API Pricing

Simple credit-based pricing. Subscribe for monthly credits or top up as needed.

How It Works

1. Subscribe

Choose the API plan and subscribe via Stripe checkout.

2. Get API Key

Generate your API key from the dashboard. One active key per account.

3. Start Searching

Send images via the API and receive matching face results in JSON.

Enterprise

Need more? Let us talk.

Custom volume pricing, dedicated infrastructure, and priority support for high-volume integrations.

  • Custom credit volumes
  • Higher rate limits
  • Priority support
  • Custom integrations
  • SLA guarantee

Contact Sales