---
title: "listBiographics"
method: POST
path: "/biographics"
tags: ["biographic"]
---

# listBiographics

`POST /biographics`

Provide a list of one or more IDs and, for each ID provided, retrieve a list of biographics from an external biographic database using ID keys.

If the authorization token is VALID, the response will be 200 OK. It will contain an ID list with the related biographics. If no IDs are found, the return is an empty list.

If the authorization token is INVALID, the response will be 403 Forbidden.

## Request body

- RequestIds
  - `ids` RequestId[] — List of IDs to be retrieved with a list of keys.
    - `id` string — An ID to be retrieved. It can be any ID, such as a GBDS GUID, so it can be identified on the response.
    - `keys` RequestKey[] — List of keys to identify the ID on the server. Only one key per ID is necessary to identify it on the server.
      - `key` string
      - `value` string

## Response `200`

OK

- Ids
  - `ids` Id[] — List of IDs retrieved from the server with a list of biographics.
    - `id` string — ID retrieved from the server.
    - `biographics` Biographic[] — List of biographics for an ID with key, value and type.
      - `key` string — Biographic key.
      - `type` 'TEXT' | 'FACE' — Biographic type. It can be TEXT or FACE.
      - `value` string — Biographic value. Faces are encoded in Base64.

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/griaule/apis/gbds-api.md) · [All operations](https://skmtc.net/griaule/apis/gbds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griaule/gbds-api/revisions/fa80f482ec5e/schema)
