Rivalistic
Indonesia's First Face Recognition API
Integrate face verification into your app in minutes. No hassle with ML models or complex infrastructure.
curl --location 'https://api.rivalistic.com/v1/face/verify' \
--header 'x-api-key: your_api_key' \
--data '{
"database_name": "default",
"image_base64_1": "your_base64_image_here",
"image_base64_2": "your_base64_image_here"
}'
// Response
{
"message": "Face verification completed",
"data": {
"match": true,
"confidence": 0.87415011203261375,
"raw_distance": 0.1258498879673863,
"threshold": 0.5
}
}Three Endpoints, One Complete Solution
POST /enroll
Add a new face to your database - start building your recognition system
Included in monthly plan
POST /find
Search for a face in your database - ideal for attendance or security systems
Included in monthly plan
POST /verify
Compare two face photos - perfect for identity verification
Included in monthly plan
Why Developers Choose Rivalistic?
Start Free
500 free API calls every month. Upgrade to paid plans for more features and capacity.
5-Minute Integration
Simple REST API with complete documentation. Send a photo, get a JSON result.
High Accuracy
Modern AI technology with sub-1s response time for verify and find endpoints.
Subscription Packages
Rp30 for extra requests
- 500 free API calls per month
- Max 1 database
- Max 100 images per database
- 5MB storage
Rp30 for extra requests
- 1000 free API calls per month
- Unlimited databases
- Unlimited images per database
- Priority support
- Custom pricing
- Priority support
- Custom features
- SLA guarantee