AvatarMe
Create lifelike video and voice avatars that are safe for enterprise and on‑brand. Train in minutes, customize style and voice, and deploy across product, marketing, and education.
Fast training
Upload a short sample; get your private avatar in minutes.
Brand control
Review workflows, watermarking, and policy guardrails.
Omni‑channel
Export video, audio, or use as a live presenter in apps.
Studio preview
AvatarMe Studio
Pose • Framing • Background
Voice • Accent • Emotion
Teleprompter • Scene timeline
Export: MP4 • Web • Audio
API example
// Create a video with your private avatar
await fetch('https://api.swfte.ai/avatarme/videos', {
method: 'POST',
headers: {
Authorization: 'Bearer <SWFTE_API_KEY>',
'Content-Type': 'application/json',
},
body: JSON.stringify({
avatar: 'avtr_123',
script: 'Welcome to our new feature...',
voice: { id: 'vc_en_us_01', style: 'warm' },
output: { format: 'mp4', subtitles: true, watermark: true },
}),
});
Use cases
Product toursTrainingSupport
MarketingInternal commsEducation