# Save typing patterns using Postman

See how to save a typing pattern that you have collected from a user.

_Import the TypingDNA Authentication API Postman collection_

_Need help? Follow step 1-2 from [this tutorial](/content/docs/how-to-make-first-APIcall-postman.html)._

1. Click the **Collections** tab, then click the **TypingDNA Authentication API** collection.

2. Click the **Save typing pattern** API service from the collection.

3. Click the **Body** tab.

4. Change the value of the **id** parameter (a string that identifies the user, min 6. chars). We used **testuser** for the purpose of this demo.

5. Now, add a recorded typing pattern in the **tp** parameter. You can use this typing pattern as an example:

0,2.11,0,0,18,1473785675,4,82,13,0,-1,-1,0,-1,-1,12,93,24,0,-1,-1|8330,137|1121,142|902,144|776,128|792,151|784,111|864,151|872,111|824,127|816,104|888,95|800,151|808,119|897,134|775,101|848,111|1000,143|688,126

_Typingdna patterns are outputted by the [TypingDNA Authentication API JavaScript recorder](https://api.typingdna.com/docs/index.html#api-capture-class) on your front-end application._
_[Use this type-to-output tool to easily](/content/docs/typing-pattern-viewer.html) get typing patterns._

6. Click the **Send** button to make the Authentication API call. Now you should get a successful Authentication API reply.

Congratulations. You have successfully managed to save a typing pattern.

To learn more, visit the [API documentation page](https://api.typingdna.com/docs/index.html).

For more support, contact us at [support@typingdna.com](mailto:support@typingdna.com).
