ALRIS
Advanced Face Detection & Analyses is a comprehensive system designed to detect and analyze facial features in images. It provides robust capabilities to identify faces, extract critical facial attributes, and analyze facial dynamics for various applications.
ALRIS endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Detect & Analyze by JSON /analyze_json |
Accepts a JSON payload containing an image URL (as file). This endpoint downloads the image using an asynchronous HTTP client, converts the image bytes to a NumPy array, and… |
| POST |
Detect & Analyze by BASE64 /analyze_base64 |
Accepts a JSON payload with a Base64‑encoded image (as base64_image). The endpoint decodes the Base64 string to retrieve image bytes, converts them into a NumPy array, and passes… |
ALRIS pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 2 / second |
|
| ULTRA | $19.99 / month | 3 / second |
|
| MEGA | $79.99 / month | 4 / second |
|