API for undressing images with different styles.
API for undressing images with different styles.
curl -i -X POST \
https://nodress.redocly.app/_mock/openapi/face_swap_videos/analyze \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"video_url": "string",
"preview": true,
"version": "v1"
}'
{ "price": 0, "version": "v1", "preview": true }
curl -i -X POST \
https://nodress.redocly.app/_mock/openapi/face_swap_videos \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"video_url": "string",
"video": "string",
"face_url": "string",
"face": "string",
"preview": true,
"version": "v1"
}'
{ "id": "string", "status": "string", "message": "string" }
curl -i -X GET \
'https://nodress.redocly.app/_mock/openapi/face_swap_videos/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "id": "string", "status": "initial", "progress": 0, "step": "queued", "result_url": "string", "error_details": {} }