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 codeDescription
200Face details successfully retrieved.
400Bad request error - the request contains invalid parameters or malformed data
500Internal server error - an unexpected error occurred on the server
cURL
curl -L \
"https://blockv-labs.io/faces/{faceId}/preview" \
-H 'Accept: application/json'