Preview a face
Retrieve a preview of a specific face as a page.
GET
Parameters
Path Parameters
FaceId
REQUIRED
Unique identifier of the face
| Status code | Description |
|---|---|
| 200 | Face details successfully retrieved. |
| 400 | Bad request error - the request contains invalid parameters or malformed data |
| 500 | Internal server error - an unexpected error occurred on the server |
cURL
curl -L \"https://blockv-labs.io/faces/{faceId}/preview" \-H 'Accept: application/json'