This guide is for training a face through the API with video URLs. If you prefer a guided flow with upload checks and inline validation, use the PAL Maker.
Outcome
You willPOST /v2/faces with train_video_url then poll GET /v2/faces/{face_id} until training finishes.
Prerequisites
- Publicly downloadable URLs for each asset you send (for example presigned S3 GET URLs). Keep them valid for at least 24 hours after submission.
1. Create the face
Default model isphoenix-4. To request phoenix-3, include "model_name": "phoenix-3" in the JSON body.
Personal face (training video):
train_video_url
2. Poll face status
Use Get Face:Training usually takes 3–4 hours. Optional: set
callback_url to receive status webhooks.3. Start a conversation
Generate a conversation with your face using Create ConversationRelated
- Create Face (full parameter reference)
- Image to Face if you switch to headshot-based training

