---
title: "POST /api/verify"
method: POST
path: "/api/verify"
---

# POST /api/verify

`POST /api/verify`

Compares a new typing pattern agains previous recorded ones for that particular user. The higher the quality the more accurate the matching. We recommend using quality=2 (standard).

## Query parameters

- `userid` string, required
- `tp` string, required
- `quality` integer
- `enroll` integer

## Response `200`

Returns the result parameter (between 0 - 1)

## Other responses

- `500` — Error

---

[API](https://skmtc.dev/typingdna/apis/typingdna-auth-api.md) · [All operations](https://skmtc.dev/typingdna/apis/typingdna-auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/typingdna/typingdna-auth-api/revisions/860e0fcdce3e/schema)
