---
title: "Get Presenter info"
method: GET
path: "/{visual_id}/person/info"
tags: ["Image Editing"]
---

# Get Presenter info

`GET /{visual_id}/person/info`

**Description**

***Note: This API route requires the image to be registered via the `/register` route.***

The *Person/Info Route* is used to retrieve useful information on the people in a specific visual that was previously uploaded to the database.

Additionally, it provides a description of each person within the scene  along with its available changes, which are supported by the Bria API. 

This route should be used instead of the main /info route when you are only interested in  information and available actions for the people in the image.  With this route, you will save time by only obtaining information that is relevant to your needs.

## Path parameters

- `visual_id` string, required

## Headers

- `api_token` string, required

## Response `200`

Successful operation.

- object[]
  - `actions` object — The available API actions for this specific person.
  - `id` string — The id of the person
  - `labels` unknown[] — The known information about the person, such as age range and gender
    - unknown
  - `oracle` object — The predicted quality of the available actions for this specific person
  - `rect` object — The location of the face inside the image. x and y represent the upper left corner of the face, and by using the w (width) and h (height) you can create a rectangle around the face.
  - `type` string — In this route it will allways be 'person'

## Other responses

- `205` — File hasn’t finished onboarding. Please call /info again until you get 200.
- `400` — One of the details does not meet specification. Please call person/info again.
- `404` — Specified Image does not exist.
- `405` — Method not allowed.
- `429` — Request limit exceeded. Your account has reached its maximum allowed requests. Please upgrade your plan or try again later.
- `500` — Internal server error.
- `506` — Insufficient data. The given input is not supported by the Bria API.

---

[API](https://skmtc.net/bria-ai/apis/the-bria-api.md) · [All operations](https://skmtc.net/bria-ai/apis/the-bria-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/the-bria-api/revisions/2768230345a5/schema)
