Face analysis and transformation service: detect keypoints, beautify portraits, change age/gender, swap faces, cartoonify, and detect liveness.
API home page: Ace Data Cloud - Face Transformation
Keywords: face-api, face-swap, face-detection, beautify, face-cartoon, age-change, gender-change, liveness, image-api, ai-api, AI API, REST API, Developer API, Ace Data Cloud
- Unified developer platform with one API key, billing system, and usage tracking
- Production-ready AI API endpoints served from https://api.acedata.cloud
- English integration guides, API references, and service documentation
- Global-ready workflow for developers building chat, image, video, music, and search products
The Face Transformation service provides seven endpoints for analyzing and editing faces in photos: keypoint analysis, beautification, age/gender transformation, face swap, cartoon avatars, and liveness detection.
To use the Face Transformation APIs, apply for the corresponding service on the Face Swap API page. After entering the page, click the "Acquire" button.
There is a free quota available for first-time applicants, allowing you to use this API for free.
- Base URL: https://api.acedata.cloud
- Service page: Face Transformation on Ace Data Cloud
- Docs: Developer documentation
curl --request POST "https://api.acedata.cloud/face/swap" \
--header "Authorization: Bearer YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"source_image_url": "https://example.com/source.jpg",
"target_image_url": "https://example.com/target.jpg"
}'| API | Path | Integration Guidance |
|---|---|---|
| Face Swap API | /face/swap |
Face Swap API Integration Guide |
| Face Beautify API | /face/beautify |
Face Beautify API Integration Guide |
| Face Analyze API | /face/analyze |
Detect face keypoints and shape |
| Face ChangeAge API | /face/change-age |
Age a face up or down |
| Face ChangeGender API | /face/change-gender |
Swap perceived gender |
| Face Cartoon API | /face/cartoon |
Cartoonify a portrait |
| Face DetectLive API | /face/detect-live |
Liveness detection |
- Ace Data Cloud Developer Platform
- Ace Data Cloud Docs
- Status Page
- Ace Data Cloud GitHub Organization
If you meet any issue, please check support info or browse the latest documentation on docs.acedata.cloud