Genderize
genderizeGenderize is an API that predicts the gender of a person based on their first name, providing statistical probabilities for male or female classifications.
Acciones disponibles (3)
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.
Predict GenderGENDERIZE_PREDICT_GENDERAcciónTool to predict gender from a given first name. Use when you need a quick gender estimation possibly localized by country code.
GENDERIZE_PREDICT_GENDERAcciónTool to predict gender from a given first name. Use when you need a quick gender estimation possibly localized by country code.
Parámetros de entrada
namestringObligatorioFirst name to classify. Must be a single given name.
apikeystringAPI key for higher rate limits.
country_idstringISO 3166-1 alpha-2 country code to localize prediction (e.g., 'US').
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
Predict Gender BatchGENDERIZE_PREDICT_GENDER_BATCHAcciónTool to predict gender for multiple names in a single request. Use when batch gender predictions for several names at once.
GENDERIZE_PREDICT_GENDER_BATCHAcciónTool to predict gender for multiple names in a single request. Use when batch gender predictions for several names at once.
Parámetros de entrada
namesstring[]ObligatorioList of names to predict gender for (1-10 items).
apikeystringAPI key for higher rate limits.
country_idstringISO 3166-1 alpha-2 country code to localize predictions (applied to all 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
Batch Predict Gender with LocalizationGENDERIZE_PREDICT_GENDER_BATCH_LOCALIZEDAcciónTool to predict genders for a batch of names with optional country localization. Use after gathering 1-10 first names when needing localized gender estimates by country.
GENDERIZE_PREDICT_GENDER_BATCH_LOCALIZEDAcciónTool to predict genders for a batch of names with optional country localization. Use after gathering 1-10 first names when needing localized gender estimates by country.
Parámetros de entrada
namesstring[]ObligatorioList of first names to predict genders for (1-10 names)
apikeystringAPI key for higher rate limits, if available.
country_idstringISO 3166-1 alpha-2 country code to localize predictions (e.g., 'US').
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not