Skip to main content

POST /remove_face_image

Removes one previously added training image.

Endpoint

POST https://api-eu.valossa.com/training/1.0/remove_face_image

Request Body

FieldTypeRequiredDescription
api_keystringYesFaces-enabled API key
image.idstringYesImage UUID from add_face_image

Example

curl -H "Content-Type: application/json" \
-X POST \
-d '{"api_key":"YOUR_API_KEY","image":{"id":"b5559837-62a5-4f10-b250-a554ab2ce54c"}}' \
https://api-eu.valossa.com/training/1.0/remove_face_image