DeepSwapAI Logo - Professional Face Swap Platform
Deep Swap AI

API Endpoints

DeepSwapAI provides a RESTful API for integrating AI-powered face swap into your applications. All endpoints use JSON for request and response bodies.

BASE URL

https://api.deepswapai.com
POST

/v1/image-swap

Image Swap

Swap faces in static images with AI-powered face detection and alignment

POST

/v1/video-swap

Video Swap

Process video files for face swapping with frame-by-frame consistency

POST

/v1/batch-swap

Batch Swap

Process multiple images in a single request for high-volume workflows

GET

/v1/status/{job_id}

Job Status

Check the processing status and retrieve results for async jobs

Common Response Codes

CodeStatusDescription
200OKRequest successful
202AcceptedJob queued for processing
400Bad RequestInvalid request parameters
401UnauthorizedInvalid or missing API key
429Rate LimitedToo many requests
500Server ErrorInternal server error