πQuick Start
Good to know:
Your API key is private β Keep it secure and do not share it publicly.
Regenerate compromised API keys β If your API key is leaked, generate a new one from your RapidAPI dashboard.
Supported formats β The API works with JPG, JPEG, PNG, and WebP images.
Include required headers β Ensure your requests include the correct headers, such as
x-rapidapi-keyfor authentication.Rate limits apply β Check your usage limits on RapidAPI to avoid request failures.
π 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:
POSTEndpoint:
/public/process/filesHeaders:
x-rapidapi-key: YOUR_API_KEYx-rapidapi-host: ai-face-swap2.p.rapidapi.comContent-Type: application/x-www-form-urlencoded
Body: Upload the source image and the target face image
Good to know:
To swap a face in an image, simply upload the source image and target face image in the request body. The API processes the request and returns a URL to the swapped image.
Ensure the request includes the correct headers, including your API key (
x-rapidapi-key) for authentication.Monitor your rate limits based on your subscription plan to avoid request failures.
For troubleshooting, check the response message for details on invalid parameters, authentication errors, or unsupported file formats.
Refer to the status codes documentation to understand API response errors and their meanings.
Last updated