Fetch Queued Request
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/faceswap/fetch \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"id": "<string>"
}
'Face Swap API
Fetch Queued Video
Fetch Queued Request API fetches queued request.
POST
/
faceswap
/
fetch
Fetch Queued Request
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/faceswap/fetch \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"id": "<string>"
}
'This endpoint does not generate new video, it returns already generated/queued videos.
Request
Send aPOST request to below endpoint to return the corresponding queued videos.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/faceswap/fetch/{id}' \
Body
json
{
"key": "enterprise_api_key"
}
Was this page helpful?
⌘I

