0

Developer API

FaceSeek API Documentation

Run a premium multi-source face search from your own product with one authenticated REST call.

Getting started

Every request authenticates with a secret API key. To get one, email contact@faceseek.online with your account email — we provision a key and a prepaid call balance. Keys look like fsk_… and must be kept secret (server-side only).

Base URL

https://api.faceseek.online

Authentication

Pass your key in the X-API-Key request header. Requests without a valid key return 401 Unauthorized.

X-API-Key: fsk_your_api_key_here

GET /v1/api/account

Check the calling key's email and remaining call credits.

Request

curl https://api.faceseek.online/v1/api/account \
  -H "X-API-Key: fsk_your_api_key_here"

Response

{ "email": "you@company.com", "credits_remaining": 148 }

Errors

  • 401 — missing or invalid X-API-Key.
  • 402 — out of credits. Top up or contact us.
  • 502 — a transient search-backend error (not charged; retry).
FaceSeek API

Face search, built into your product

One authenticated REST call returns premium multi-source results. Pay per successful call — the more you run, the less each costs.

Under 100 calls

$4.9/ call

For evaluation & integration

Popular

100 – 999 calls

$3.9/ call

Growing products

1,000 – 9,999 calls

$2.9/ call

High-volume apps

10,000+ calls

Custom

Volume pricing — let's talk

Over 10,000 calls or need a custom SLA? Email contact@faceseek.online.