title | description |
---|---|
Postman collection for Meilisearch — Meilisearch documentation |
This how-to guide explains how to use Postman when testing and debugging Meilisearch's API. |
Are you tired of using the 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.
Once you have downloaded the Postman collection, you need to import it into Postman.
Set the "Token" if needed (set to masterKey
by default):
Set url
(set to Meilisearch's local port by default) and indexUID
(set to indexUID
by default):
The url
and indexUID
variables are used in all the collection routes, like in this one:
You can now run your Meilisearch instance and create your first index: