Get Face Swap Status
Endpoints
Get Face Swap Status
Poll a face swap job for progress and download link
GET
Get Face Swap Status
Check the status of a face swap job. When the job is complete, the response includes a download URL valid for 7 days.
When completed:
When failed:
We recommend polling every 5-10 seconds. Face mode jobs typically complete in a few minutes. Fullbody mode jobs may take longer depending on video length.
Headers
Your API key.
Path parameters
The
job_id (UUID) returned from Create Face Swap.Response
The response shape changes based on the job status. When processing:The job identifier.
"processing" while the face swap is in progress.Progress percentage (0-100). Note: progress may not update linearly.
ISO 8601 timestamp of when the job was created.
The job identifier.
"completed" when the face swap is done.Pre-signed URL to download the result video. Valid for 7 days.
ISO 8601 timestamp.
The job identifier.
"failed" if the job encountered an error. Your wallet is automatically refunded on failure.Human-readable error message describing what went wrong.
ISO 8601 timestamp.

