Discovery and utilities1 runnable operations
Age and gender estimation reference
Estimate visible age and gender signals for public creator imagery.
Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.
Detect age and gender
AvailableDetect age and gender from public Age and gender estimation surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/age_gender_detector/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"image_url":"https://images.pexels.com/photos/614810/pexels-photo-614810.jpeg?w=720"}}'Tool: age_gender_detector