πQuick Start
π Get your API keys
Your API requests require authentication using an API key. Any request without a valid API key will return an error.
To get started:
Sign up on RapidAPI and subscribe to the AI Face Swap.
Obtain your API key from your RapidAPI dashboard.
π Note: Keep your API key secure and do not share it publicly. If your key is compromised, you can regenerate a new one from the RapidAPI dashboard.
Make your first request
You can quickly test the AI Face Swap API by requesting to swap faces in an image.
π Request Format:
Method:
POST
Endpoint:
/public/process/files
Headers:
x-rapidapi-key: YOUR_API_KEY
x-rapidapi-host: ai-face-swap2.p.rapidapi.com
Content-Type: application/x-www-form-urlencoded
Body: Upload the source image and the target face image
Last updated