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

# POST /api/match

`POST /api/match`

You can match any two typing patterns agains each other and see if they belong to the same person. A matching score/result will be returned further. We do not recommend using this method. Try using the save + verify methods, so that you don't have to store typing patterns yourself.

However, if you do store typing patterns, make sure you encrypt them and the link from/to whom they belong.

## Query parameters

- `tp1` string, required
- `tp2` string, required
- `quality` 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)
