Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Face Transformation API

Face analysis and transformation service: detect keypoints, beautify portraits, change age/gender, swap faces, cartoonify, and detect liveness.

Platform API Docs

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

Why Use Face Transformation on 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

Overview

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.

Application Process

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.

Quick Start

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"
  }'

APIs and Guides

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

Related Resources

Support

If you meet any issue, please check support info or browse the latest documentation on docs.acedata.cloud

About

Face transformation API — documentation and examples

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors