DocumentationQuick Start

Quick Start

Get started with Face It APIs in minutes

Quick Start

Get up and running in 5 minutes

API Reference

Complete API documentation

SDKs

Official SDKs and tools

Code Example
// Install the Face It SDK
npm install @faceit/sdk

// Initialize the client
import { FaceIt } from '@faceit/sdk';

const client = new FaceIt({
  apiKey: 'your-api-key',
  baseURL: 'https://api.faceit.africa'
});

// Detect faces in an image
const result = await client.faceDetection.detect({
  image: 'path/to/image.jpg'
});

console.log(result);
Available Models
50+ pretrained models ready to use

Face Detection v3.0

Face Analysis
Accuracy: 99.2%
Avg Speed: 45ms

Emotion Recognition v2.1

Face Analysis
Accuracy: 94.8%
Avg Speed: 38ms

Object Detection YOLO v8

Object Detection
Accuracy: 92.1%
Avg Speed: 52ms

Text Recognition OCR v4.0

Text Analysis
Accuracy: 97.5%
Avg Speed: 67ms

Age & Gender v2.3

Demographics
Accuracy: 91.7%
Avg Speed: 41ms

Custom Model Deployment

Custom
Accuracy: Variable
Avg Speed: Variable
Rate Limits & Pricing
Understanding API limits and costs

Free Tier

1,000 calls/month
10 calls/minute
$0.00

Pro Tier

Unlimited calls
1,000 calls/minute
$0.001 per call

Enterprise

Custom limits
Dedicated infrastructure
Custom pricing
Need Help?
Get support from our team