v1

latestOpenAPI 3.0.02026-07-228239173.7 KB
Client API

Endpoint for requesting video character replacement inference. Replaces a person in the input video with the character from the reference image.

post/api/v1/client/videos/replace

Headers

Accept'application/json' required

Response

ID of the inference request.

Example response

{
  "data": {
    "request_id": "c08a339c-73e5-4d67-a4d5-231302fbff9a"
  }
}