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_swaps \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"image": "string",
"face": "string",
"version": "v1"
}'
{ "id": "string" }
curl -i -X GET \
'https://nodress.redocly.app/_mock/openapi/face_swaps/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "status": "pending", "image": "string" }