Upload an image to automatically crop and resize faces to 600 × 600 px
Endpoint: POST /crop-face
Parameters: image (file upload)
Returns: Cropped face image (600×600 JPEG)
curl -X POST -F "image=@your_photo.jpg" https://crop.ameegolabs.com/crop-face --output cropped_face.jpg