NAiOS IconNAiOS Logo
Volver al catálogo

Gender API

gender_api

Gender API determines the gender of a first name, email address, or username.

Acciones
5
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 (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ón

Tool to retrieve a name's likely countries of origin. Use after confirming the name identifier.

Parámetros de entrada

  • idstring

    Client-defined request ID for correlation (max 50 chars).

  • emailstringemail

    Email address to query; can be provided instead of first_name.

  • full_namestring

    Full name to query; can be provided instead of first_name.

  • first_namestring

    First name to query. Required if full_name and email are not provided.

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

Tool 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

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

Tool to determine gender from an email address. Use when you need the likely gender based on an email.

Parámetros de entrada

  • idstring

    Client-provided correlation ID

  • ipstring

    Valid IPv4 or IPv6 address

  • emailstringObligatorioemail

    Email address to query for gender determination

  • localestring

    Browser locale code (e.g., 'en_US')

  • countrystring

    ISO 3166 ALPHA-2 country code

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

Gender From First NameGENDER_API_QUERY_BY_FIRST_NAMEAcción

Tool to determine the gender of a first name. Use when you need to identify gender based on a given name.

Parámetros de entrada

  • idstring

    Client-defined correlation ID, max 50 characters.

  • ipstring

    Valid IPv4 or IPv6 address.

  • localestring

    Browser locale, e.g., 'en-US'.

  • countrystring

    ISO 3166 ALPHA-2 country code.

  • first_namestringObligatorio

    Name to query.

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

Tool 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

  • idstring

    Arbitrary ID (max 50 chars) for correlating batch responses.

  • ipstring

    Valid IPv4 or IPv6 address for geo-based gender inference.

  • localestring

    Browser locale string (e.g., en_US) for more accurate inference.

  • countrystring

    ISO 3166 alpha-2 country code to hint regional gender conventions.

  • full_namestringObligatorio

    Full name to query; must contain at least one non-space character.

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