Gender
GET /predict/genderParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/predict/gender?name=Alex"Response
{
"success": true,
"name": "Alex",
"gender": "male",
"probability": 0.73,
"count": 12500
}Response fields
Field
Description
Notes
Last updated
Was this helpful?
