# Face Recognition

![](/files/BCdAoxmg2Ha0IaE8SXGf)

The core component of our Avatar's system is computer vision technology. We offer an endpoint that provides access to all the features we use for avatar creation.&#x20;

You can obtain many facial attributes from a photo, including human-like descriptions of, for example, curly hair or nose shape of a person.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mirror-ai-api-docs.gitbook.io/mirror-ai-api/face-recognition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
