This how-to guide explains how to use Postman when testing and debugging Meilisearch’s API.
curl
command in your terminal to test Meilisearch? It can be tedious to re-write every route when wanting to try out an API.
Postman is a platform that lets you create HTTP requests you can easily reuse and share with everyone. We provide a Postman collection containing all the routes of the Meilisearch API! 🚀
If you don’t have Postman already, you can download it here. It’s free and available on many OS distributions.
masterKey
by default):
url
(set to Meilisearch’s local port by default) and indexUID
(set to indexUID
by default):
url
and indexUID
variables are used in all the collection routes, like in this one: