Face detection
documentedPerform on-the-fly face detection via URL API.
GET /detect_faces/Image recognitionno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl 'https://ucarecdn.com/{{$uuid}}/detect_faces/' \
-X GET \
-H 'Accept: application/json' \
-H 'Authorization: Uploadcare.Simple {{UPLOADCARE_API_KEY}}:{{UPLOADCARE_SECRET}}'