v1

latestOpenAPI 3.0.02026-07-13650400.5 KB
Image Editing

Get Presenter 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.

get/{visual_id}/person/info

Path parameters

visual_idstring required

visual id of the image, received after using the /upload or register route.

Headers

api_tokenstring required

Response

Successful operation.

actionsobject

The available API actions for this specific person.

idstring

The id of the person

oracleobject

The predicted quality of the available actions for this specific person

rectobject

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.

typestring

In this route it will allways be 'person'