Quick Start
Last updated
Last updated
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 and subscribe to the .
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.
You can quickly test the AI Face Swap API by requesting to swap faces in an image.
Method: POST
Endpoint: /swap-face
Headers:
x-rapidapi-key: YOUR_API_KEY
Content-Type: multipart/form-data
Body: Upload the source image and the target face image
Take a look at how you might call this method using curl
:
Refer to the status codes documentation to understand API and their meanings.