SkyBiometry

SkyBiometry — free tier with API key

AUTH APIKEYCORS AGENT ?HTTPS COMMERCIAL ?

SkyBiometry exposes a free-tier JSON API. Register for an API key if required; we verified a public or demo endpoint.

REACHABILITY SCORE ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
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"
}
Call itcurl · fetch · python
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

Endpoints · 6On scheduleFULL DOCS ↗
On schedule — auth-wall reachability checks pending
GET/fc/faces/detect.json?api_key=aa754b54b37&api_secret=4b3a4c6d4c&urls=http://tinyurl.com/673cksrPROBED

SkyBiometry — free tier with API key

GET/fc

Fc — documented GET route.

GET/fc/1

Fc details by ID (example: 1).

GET/fc?limit=10

Fc — documented GET route.

GET/fc/search?q=test

Search by query parameters.

GET/fc/faces/detect.json?limit=5

Detect Json — documented GET route.

Machine-readable spec

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.

Response-shape history

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.