BrandKwikID Documentation
API SuiteDocument Processing (ML)

Signature Detection

The Signature Detection API is designed to classify the clarity of signatures captured in images. It provides a confidence score that quantifies the quality and recognizability of the signature in the image.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

filestring
unique_id?string

Response Body

curl -X POST "https://__mock__/signature_detection/signature_detection" \  -F file="string"
{
  "confidence": 0,
  "type": "string"
}
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}