Faceswap, Video Processing, Image Generation, Upscale, Virtual Try-On — all through one unified async API with real-time webhooks and Server-Sent Events.
Eight powerful AI features, one consistent API. Submit a job, get a webhook callback or stream events in real-time.
Single & multi-face swap with high accuracy. Supports images up to 20MB with optional auto upscale output.
faceswap · faceswap_multiFrame-by-frame face replacement in videos. Original audio is preserved; multiple GPU backends for throughput.
faceswap_videoSuper-resolution upscaling up to 4× with AI beauty enhancement presets (Natural, Glamour, Studio).
upscaleAI-powered virtual clothing try-on. Upload a person photo and a garment image to visualise the result instantly.
try_onAI-powered image generation and transformation with customisable style, resolution and parameter control.
ahv_imageAI video generation and processing with advanced neural rendering. Ideal for short-form creative content.
ahv_videoPrecision AI object removal with intelligent background inpainting. Supply a mask or let the model detect automatically.
remove_objectOne-click background removal with crisp edge detection. Returns a transparent PNG ready for compositing.
remove_bg · scanSubmit, track, receive. The full async loop in four steps.
POST your images/URLs and parameters to /submit. Receive a job_id immediately — no waiting.
Your job is queued and dispatched to the next available GPU backend. Estimated time is returned on submission.
Subscribe to /events/{job_id} via Server-Sent Events, or receive a webhook POST to your URL when done.
Poll /status/{job_id} or use the webhook payload — both contain the result URL and metadata.
# 1. Submit a faceswap job curl -X POST https://ai.ahvchat.com/submit \ -H "X-API-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{ "type": "faceswap", "source_url": "https://example.com/face.jpg", "target_url": "https://example.com/target.jpg", "webhook_url": "https://yourapp.com/webhook" }' # 2. Response → job_id # { "job_id": "abc123", "status": "queued", "pred_s": 12 } # 3. Check status curl https://ai.ahvchat.com/status/abc123 \ -H "X-API-Key: your_api_key"
Start for free, scale as you grow. All plans include access to every API endpoint.
Questions about the API, custom plans, or integration support? We're here to help.
Reach us directly on Telegram for fastest response, or send an email and we'll get back within 24 hours.