NAiOS IconNAiOS Logo
Volver al catálogo

GenderAPI.io

genderapi_io

GenderAPI.io provides an API to determine the gender associated with a given name, email address, or username.

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Query Gender by First NameGENDERAPI_IO_GENDER_API_QUERY_BY_FIRST_NAMEAcción

Tool 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

  • idstring

    Optional arbitrary identifier (up to 50 characters) to correlate the response.

  • ipstring

    Optional IP address (IPv4 or IPv6) to localize the query.

  • namestringObligatorio

    First name to query gender for.

  • localestring

    Optional locale to guide gender inference.

  • askToAIboolean

    Ask AI model when the name isn’t present in the database.

  • countrystring

    Optional ISO 3166 alpha-2 country code to localize the query.

  • forceToGenderizeboolean

    Attempt to genderize even for non-typical names (e.g., nicknames).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Gender from UsernameGENDERAPI_IO_GET_GENDER_FROM_USERNAMEAcción

Tool 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

  • askToAIboolean

    If true, asks the AI model when the name is not found in the database.

  • countrystring

    Optional ISO 3166-1 alpha-2 country code to improve prediction accuracy.

  • usernamestringObligatorio

    Username or nickname to analyze for gender inference.

  • forceToGenderizeboolean

    If true, attempts prediction even for usernames that don't resemble real names.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Gender API Error CodesGENDERAPI_IO_LIST_ERROR_CODESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Query gender by email addressGENDERAPI_IO_QUERY_BY_EMAIL_ADDRESSAcción

Tool to determine gender from an email address. Use when you need to infer gender for personalization after obtaining proper consent.

Parámetros de entrada

  • idstring

    Optional client-provided ID (max 50 characters) for tracing.

  • ipstring

    Valid IPv4 or IPv6 address for geo-hinting.

  • emailstringObligatorioemail

    Email address to query; must be a valid email format.

  • localestring

    Browser locale to improve name parsing (e.g., 'en', 'fr').

  • countrystring

    ISO 3166-1 alpha-2 country code to hint the endpoint (uppercase).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Query Gender by Full NameGENDERAPI_IO_QUERY_BY_FULL_NAMEAcción

Tool 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

  • idstring

    Arbitrary identifier to correlate responses (max 50 chars)

  • askToAIboolean

    Ask AI model when the name isn’t present in the database.

  • countrystring

    ISO 3166 ALPHA-2 country code (optional)

  • full_namestringObligatorio

    Full name to split and query gender for (e.g., 'Alice Johnson')

  • forceToGenderizeboolean

    Attempt to genderize even for non-typical names (e.g., nicknames).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not