Genderize API
API for Predict the gender of a person based on their name.
Base URL
https://santechapi.vercel.appAuthentication
headers : {
"token" : {YOUR API KEY}
}GET /genderize/search/Ajay
{
"count": 185923,
"name": "Ajay",
"gender": "male",
"probability": 0.99
}Error Handling
Last updated
Was this helpful?