cURL
curl --request POST \ --url https://api.charp.ai/cache/generate/face-swap \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "base_video_url": "<string>", "image_url": "<string>" }'
{ "task_id": "<string>" }
Generate face swap
Bearer token authentication using OAuth2 access token
Face swap generation parameters
The body is of type object.
object
Face swap generation task created successfully
The response is of type object.