---
title: "Search up to 100 full names, in an indexed dataset - using fuzzy name maching."
method: POST
path: "/api2/json/searchFullBatch"
tags: ["preview"]
---

# Search up to 100 full names, in an indexed dataset - using fuzzy name maching.

`POST /api2/json/searchFullBatch`

## Request body

- BatchSearchPersonalNameIn
  - `datasetName` string
  - `personalNames` PersonalNameIn[]
    - `id` string
    - `name` string

## Response `200`

A list of translated names.

- BatchPersonalNameSearchOut — Represents the output of searching a list of personal names in a dataset.
  - `personalNames` PersonalNameSearchOut[] — Search names
    - `script` string
    - `id` string
    - `explanation` string
    - `name` string — The input name.
    - `datasetName` string
    - `searchResults` PersonalNameSearchCandidateOut[]
      - `data` string
      - `name` string
      - `score` number, double

## 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)
