face-transform
Installation
SKILL.md
Face Transform
Analyze and transform faces through AceDataCloud's Face API suite.
Setup: See authentication for token setup.
Quick Start
curl -X POST https://api.acedata.cloud/face/analyze \
-H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"image_url": "https://example.com/portrait.jpg"}'