Partners

Integrate CloakBioGuard

Add facial recognition protection to your platform with a single API call. Protect your users' photos automatically and differentiate on privacy.

HR & Recruiting Platforms

Automatically protect candidate photos on upload. Reduce BIPA/GDPR liability. Add a privacy differentiator for enterprise clients.

Protect candidate photos

Headshot Photographers

Offer FR-protected photos as a premium add-on. New revenue stream at $5-15/photo (your markup on $0.49/photo API cost).

Add to your packages

Identity Verification

Reduce deepfake fraud at the source. Recommend photo protection to users to limit the raw material available for synthetic IDs.

Reduce fraud attempts

One API call to protect a photo

Submit a photo, poll for results, download the protected version.

# 1. Submit for protection
curl -X POST https://api.cloakbioguard.com/v1/protect \
  -H "X-API-Key: bsk_your_api_key" \
  -F "file=@candidate_photo.jpg"

# { "job_id": "abc-123", "status": "processing" }

# 2. Check status (or use webhook callback)
curl https://api.cloakbioguard.com/v1/status/abc-123 \
  -H "X-API-Key: bsk_your_api_key"

# { "status": "completed", "download_url": "/v1/download/abc-123" }

# 3. Download protected image
curl -O https://api.cloakbioguard.com/v1/download/abc-123 \
  -H "X-API-Key: bsk_your_api_key"
Batch processing
Webhook callbacks
API key auth

Volume Pricing

Starter

1–1,000/month

$0.99

per photo

  • Standard API access
  • Rate limiting
  • Email support

Growth

1,001–10,000/month

$0.69

per photo

  • Priority processing
  • Webhook callbacks
  • Usage dashboard

Scale

10,001+/month

$0.49

per photo

  • Dedicated support
  • Custom SLAs
  • Co-marketing

Get started with a free API key

We'll provision 100 free test credits so you can evaluate the integration. No commitment required.