UNITHdocs
Sign inarrow_forward

To see available faces available to you, you need to use the GET /head-visual/face/all endpoint.

Query Parameters

You can configure the following query parameters:

NameTypeDescriptionDefault
orderstringSort order of the results. Possible values: ASC, DESCDESC
pagenumberPage number for pagination1
takenumberNumber of results per page10
genderstringFilter faces by gender. Possible values: MALE, FEMALE
code
curl -X 'GET' \
  'https://platform-api.unith.ai/head_visual/face/all?order=DESC&page=1&take=10&gender=MALE' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <YOUR_BEARER_TOKEN>'
scheduleLast updated Feb 25, 2026