---
title: "Infer the likely gender of up to 100 full names, detecting automatically the cultural context."
method: POST
path: "/api2/json/genderFullBatch"
tags: ["personal"]
---

# Infer the likely gender of up to 100 full names, detecting automatically the cultural context.

`POST /api2/json/genderFullBatch`

## Request body

- BatchPersonalNameIn
  - `personalNames` PersonalNameIn[]
    - `id` string
    - `name` string

## Response `200`

A list of genderized names.

- BatchPersonalNameGenderedOut
  - `personalNames` PersonalNameGenderedOut[] — Classified genderized names
    - `script` string
    - `id` string
    - `explanation` string
    - `name` string — The input name.
    - `likelyGender` 'male' | 'female' | 'unknown' — Most likely gender
    - `genderScale` number, double — Compatibility to NamSor_v1 Gender Scale M[-1..U..+1]F value.
    - `score` number, double — Compatibility to NamSor_v1 Gender score value. Higher score is better, but score is not normalized. Use calibratedProbability if available.
    - `probabilityCalibrated` number, double — The calibrated probability for inferred gender to have been guessed correctly. -1 = still calibrating.

## Other responses

- `400` — Bad request (ex. too many names)
- `401` — Missing or incorrect API Key
- `403` — Email not Verified, or API Limit Reached, or API Key Disabled
- `429` — Too Many Requests

---

[API](https://skmtc.net/namsor/apis/namsor-api-v2.md) · [All operations](https://skmtc.net/namsor/apis/namsor-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/namsor/namsor-api-v2/versions/305e4f6eeaf5/schema)
