# SkyBiometry API **Provider:** SkyBiometry **Category:** ai **Base URL:** `https://skybiometry.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://skybiometry.com/documentation/ ## Description Face Detection, Face Recognition and Face Grouping ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://skybiometry.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://skybiometry.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 100 req/month. Starter $25/mo (1,000 req/month). Face detection and recognition. --- *Source: [API Map](https://apimap.dev/apis/skybiometry/) — CC BY 4.0*