New: French documentation now available! Switch to French
curl --request POST \
--url https://api.txcloud.io/v1/identity/validate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "aSDinaTvuI8gbWludGxpZnk=",
"side": "front"
}
'{
"id": "<string>",
"valid": true,
"quality_score": 123,
"issues": [
{
"code": "<string>",
"message": "<string>",
"severity": "<string>"
}
],
"recommendations": [
"<string>"
]
}Validates document image quality before full verification.
Use this to provide immediate feedback to users about image quality issues before submitting for verification.
Checks:
curl --request POST \
--url https://api.txcloud.io/v1/identity/validate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "aSDinaTvuI8gbWludGxpZnk=",
"side": "front"
}
'{
"id": "<string>",
"valid": true,
"quality_score": 123,
"issues": [
{
"code": "<string>",
"message": "<string>",
"severity": "<string>"
}
],
"recommendations": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.txcloud.thetekcircle.io/llms.txt
Use this file to discover all available pages before exploring further.
API key as Bearer token