SkyBiometry
SkyBiometry — free tier with API key
SkyBiometry exposes a free-tier JSON API. Register for an API key if required; we verified a public or demo endpoint.
We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET http://api.skybiometry.com/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksr
{
"status": "failure",
"error_code": 201,
"error_message": "API_KEY_DOES_NOT_EXIST - aa754b54b37",
"operation_id": "5f565eac1f144925bf09f0b2ac62f295"
}curl "http://api.skybiometry.com/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksr"const res = await fetch("http://api.skybiometry.com/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksr");
const data = await res.json();
console.log(data);import requests
res = requests.get("http://api.skybiometry.com/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksr")
print(res.json())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksrPROBEDSkyBiometry — free tier with API key
/fcFc — documented GET route.
/fc/1Fc details by ID (example: 1).
/fc?limit=10Fc — documented GET route.
/fc/search?q=testSearch by query parameters.
/fc/faces/detect.json?limit=5Detect Json — documented GET route.
We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
SkyBiometry: common questions
Is SkyBiometry free to use?
Yes — SkyBiometry is a free science & space API. Free tier: Free tier — API key required. Whether the free tier allows commercial use is unclear — check the provider docs.
Does SkyBiometry need an API key?
Yes — SkyBiometry needs a free API key, which you pass on each request. Rate limits: Unpublished.
Can I call SkyBiometry from the browser?
Not directly — SkyBiometry doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is SkyBiometry up right now?
SkyBiometry is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.