Execute AWS Rekognition (labels)
documentedRun AWS Rekognition on a file to detect labels.
POST /addons/aws_rekognition_detect_labels/execute/Add-Onsno 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://api.uploadcare.com/addons/aws_rekognition_detect_labels/execute/" \
-X POST \
-L \
-H "Accept: application/vnd.uploadcare-v0.7+json" \
-H "Content-Type: application/json" \
-H "Authorization: Uploadcare.Simple {{$PUBLIC_KEY}}:{{$SECRET_KEY}}" \
-d "{\"target\": \"{{$target}}\"}"