NAiOS IconNAiOS Logo
Volver al catálogo

Genderize

genderize

Genderize is an API that predicts the gender of a person based on their first name, providing statistical probabilities for male or female classifications.

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

Tool 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

  • namestringObligatorio

    First name to classify. Must be a single given name.

  • apikeystring

    API key for higher rate limits.

  • country_idstring

    ISO 3166-1 alpha-2 country code to localize prediction (e.g., 'US').

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

Predict Gender BatchGENDERIZE_PREDICT_GENDER_BATCHAcción

Tool 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[]Obligatorio

    List of names to predict gender for (1-10 items).

  • apikeystring

    API key for higher rate limits.

  • country_idstring

    ISO 3166-1 alpha-2 country code to localize predictions (applied to all 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

Batch Predict Gender with LocalizationGENDERIZE_PREDICT_GENDER_BATCH_LOCALIZEDAcción

Tool 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[]Obligatorio

    List of first names to predict genders for (1-10 names)

  • apikeystring

    API key for higher rate limits, if available.

  • country_idstring

    ISO 3166-1 alpha-2 country code to localize predictions (e.g., 'US').

Parámetros de salida

  • dataobject[]Obligatorio

    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