Skip to main content
POST
/
v1
/
liveness-check
Liveness Check
curl --request POST \
  --url https://production.deepvue.tech/v1/liveness-check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "image": "<string>"
}
'
{
  "code": 200,
  "timestamp": null,
  "transaction_id": "string",
  "sub_code": "SUCCESS",
  "message": "Request processed successfully",
  "data": {
    "is_live": true,
    "score": null
  }
}

Documentation Index

Fetch the complete documentation index at: https://deepvue-2e0dbadd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Body

application/json
image
string
required

Response

Successful Response

code
integer
default:200
timestamp
integer | null
transaction_id
string
sub_code
string
default:SUCCESS
message
string
default:Request processed successfully
data
Data · object