GenderAPI.io integration (Data). Imported from open-connector.
https://api.genderapi.io/api
| Param | Type | Required | Description |
|---|---|---|---|
| firstName | string | required | The first name to classify with GenderAPI.io. |
| country | string | optional | The optional ISO 3166-1 alpha-2 country code used to localize the request. |
| askToAI | boolean | optional | Whether GenderAPI.io should ask its AI model when the name is missing from the … |
| forceToGenderize | boolean | optional | Whether GenderAPI.io should still guess a gender for unusual or non-human-looki… |
/api/email
| Param | Type | Required | Description |
|---|---|---|---|
| emailAddress | string | required | The email address to classify with GenderAPI.io. |
| country | string | optional | The optional ISO 3166-1 alpha-2 country code used to localize the request. |
| askToAI | boolean | optional | Whether GenderAPI.io should ask its AI model when the extracted name is missing… |
/api/username
| Param | Type | Required | Description |
|---|---|---|---|
| username | string | required | The username or nickname to classify with GenderAPI.io. |
| country | string | optional | The optional ISO 3166-1 alpha-2 country code used to localize the request. |
| askToAI | boolean | optional | Whether GenderAPI.io should ask its AI model when the username cannot be resolv… |
| forceToGenderize | boolean | optional | Whether GenderAPI.io should still guess a gender for unusual usernames. |