
GenderAPI.io
genderapi_ioGenderAPI.io provides an API to determine the gender associated with a given name, email address, or username.
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Gender API Get StatisticsGENDERAPI_IO_GENDERAPI_GET_STATSAcciónTool to retrieve account usage statistics from GenderAPI.io. Use when you need to check remaining API credits and expiry.
GENDERAPI_IO_GENDERAPI_GET_STATSAcciónTool to retrieve account usage statistics from GenderAPI.io. Use when you need to check remaining API credits and expiry.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Query Gender by First NameGENDERAPI_IO_GENDER_API_QUERY_BY_FIRST_NAMEAcciónTool to determine gender by querying first name. Use when you need to infer likely gender for a given name with optional localization hints.
GENDERAPI_IO_GENDER_API_QUERY_BY_FIRST_NAMEAcciónTool to determine gender by querying first name. Use when you need to infer likely gender for a given name with optional localization hints.
Parámetros de entrada
idstringOptional arbitrary identifier (up to 50 characters) to correlate the response.
ipstringOptional IP address (IPv4 or IPv6) to localize the query.
namestringObligatorioFirst name to query gender for.
localestringOptional locale to guide gender inference.
askToAIbooleanAsk AI model when the name isn’t present in the database.
countrystringOptional ISO 3166 alpha-2 country code to localize the query.
forceToGenderizebooleanAttempt to genderize even for non-typical names (e.g., nicknames).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Gender from UsernameGENDERAPI_IO_GET_GENDER_FROM_USERNAMEAcciónTool to determine gender from a username or nickname. Use when you have an alias or handle and want to infer gender from that identifier.
GENDERAPI_IO_GET_GENDER_FROM_USERNAMEAcciónTool to determine gender from a username or nickname. Use when you have an alias or handle and want to infer gender from that identifier.
Parámetros de entrada
askToAIbooleanIf true, asks the AI model when the name is not found in the database.
countrystringOptional ISO 3166-1 alpha-2 country code to improve prediction accuracy.
usernamestringObligatorioUsername or nickname to analyze for gender inference.
forceToGenderizebooleanIf true, attempts prediction even for usernames that don't resemble real names.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Gender API Error CodesGENDERAPI_IO_LIST_ERROR_CODESAcciónTool to list all possible error codes returned by Gender API. Use when debugging or validating API responses.
GENDERAPI_IO_LIST_ERROR_CODESAcciónTool to list all possible error codes returned by Gender API. Use when debugging or validating API responses.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Query gender by email addressGENDERAPI_IO_QUERY_BY_EMAIL_ADDRESSAcciónTool to determine gender from an email address. Use when you need to infer gender for personalization after obtaining proper consent.
GENDERAPI_IO_QUERY_BY_EMAIL_ADDRESSAcciónTool to determine gender from an email address. Use when you need to infer gender for personalization after obtaining proper consent.
Parámetros de entrada
idstringOptional client-provided ID (max 50 characters) for tracing.
ipstringValid IPv4 or IPv6 address for geo-hinting.
emailstringObligatorioemailEmail address to query; must be a valid email format.
localestringBrowser locale to improve name parsing (e.g., 'en', 'fr').
countrystringISO 3166-1 alpha-2 country code to hint the endpoint (uppercase).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Query Gender by Full NameGENDERAPI_IO_QUERY_BY_FULL_NAMEAcciónTool to determine gender from a full name. Extracts the first valid name token and queries the GenderAPI.io single-name endpoint. Use when you have a full name and want to infer likely gender.
GENDERAPI_IO_QUERY_BY_FULL_NAMEAcciónTool to determine gender from a full name. Extracts the first valid name token and queries the GenderAPI.io single-name endpoint. Use when you have a full name and want to infer likely gender.
Parámetros de entrada
idstringArbitrary identifier to correlate responses (max 50 chars)
askToAIbooleanAsk AI model when the name isn’t present in the database.
countrystringISO 3166 ALPHA-2 country code (optional)
full_namestringObligatorioFull name to split and query gender for (e.g., 'Alice Johnson')
forceToGenderizebooleanAttempt to genderize even for non-typical names (e.g., nicknames).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not