Skip to main content
POST
Fetch face swap result
Note: This endpoint does not generate new videos; it only returns already generated or queued video generations.

Request

Send a POST request to below endpoint to return the corresponding queued videos, where {id} is the ID returned together with the URL in the response upon its generation.
curl

Body

json

Path Parameters

id
integer
required

The ID of the face swap generation to fetch

Body

application/json
key
string
required

Your API Key used for authenticating your request

Response

Fetch response

status
enum<string>
Available options:
success
generationTime
number

Time taken to generate the result in seconds

id
integer

Unique identifier for the generation request

output
string<uri>[]

Array of URLs to the generated images

Array of proxy URLs for the generated images

meta
object

Metadata about the generation process and parameters used