Gender API
gender_apiGender API determines the gender of a first name, email address, or username.
Acciones disponibles (5)
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.
Get Country of OriginGENDER_API_GENDER_API_GET_COUNTRY_OF_ORIGINAcciónTool to retrieve a name's likely countries of origin. Use after confirming the name identifier.
GENDER_API_GENDER_API_GET_COUNTRY_OF_ORIGINAcciónTool to retrieve a name's likely countries of origin. Use after confirming the name identifier.
Parámetros de entrada
idstringClient-defined request ID for correlation (max 50 chars).
emailstringemailEmail address to query; can be provided instead of first_name.
full_namestringFull name to query; can be provided instead of first_name.
first_namestringFirst name to query. Required if full_name and email are not provided.
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 API StatisticsGENDER_API_GET_STATISTICAcciónTool to retrieve account statistics from Gender-API, including remaining credits and usage details. Use when you need to check your credit balance before performing further gender lookups.
GENDER_API_GET_STATISTICAcciónTool to retrieve account statistics from Gender-API, including remaining credits and usage details. Use when you need to check your credit balance before performing further gender lookups.
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 AddressGENDER_API_QUERY_BY_EMAIL_ADDRESSAcciónTool to determine gender from an email address. Use when you need the likely gender based on an email.
GENDER_API_QUERY_BY_EMAIL_ADDRESSAcciónTool to determine gender from an email address. Use when you need the likely gender based on an email.
Parámetros de entrada
idstringClient-provided correlation ID
ipstringValid IPv4 or IPv6 address
emailstringObligatorioemailEmail address to query for gender determination
localestringBrowser locale code (e.g., 'en_US')
countrystringISO 3166 ALPHA-2 country code
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
Gender From First NameGENDER_API_QUERY_BY_FIRST_NAMEAcciónTool to determine the gender of a first name. Use when you need to identify gender based on a given name.
GENDER_API_QUERY_BY_FIRST_NAMEAcciónTool to determine the gender of a first name. Use when you need to identify gender based on a given name.
Parámetros de entrada
idstringClient-defined correlation ID, max 50 characters.
ipstringValid IPv4 or IPv6 address.
localestringBrowser locale, e.g., 'en-US'.
countrystringISO 3166 ALPHA-2 country code.
first_namestringObligatorioName to query.
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 NameGENDER_API_QUERY_BY_FULL_NAMEAcciónTool to determine gender by splitting a full name. Use when you have an exact full name string and want to infer gender. Slightly less reliable for rare or ambiguous names.
GENDER_API_QUERY_BY_FULL_NAMEAcciónTool to determine gender by splitting a full name. Use when you have an exact full name string and want to infer gender. Slightly less reliable for rare or ambiguous names.
Parámetros de entrada
idstringArbitrary ID (max 50 chars) for correlating batch responses.
ipstringValid IPv4 or IPv6 address for geo-based gender inference.
localestringBrowser locale string (e.g., en_US) for more accurate inference.
countrystringISO 3166 alpha-2 country code to hint regional gender conventions.
full_namestringObligatorioFull name to query; must contain at least one non-space character.
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