1
Download and install Postchi
Go to getpostchi.com and download the installer for your operating system (macOS, Windows, or Linux).Run the installer and open Postchi. See the Installation page for platform-specific details.
2
Create a request file
In the sidebar, right click the
requests folder and click New Request. Give it a name — for example, hello3
Write your request
The request format is plain text. The first line is the HTTP method followed by the URL. Add headers on the lines below:
4
Run the request and view the response
Press CMD/CTRL + Enter. Postchi sends the request and displays the response — status code, headers, and body — in the response panel.You should see a
200 OK response from httpbin.org with a JSON body echoing your request details.Next steps
Sync with OpenApi
Add an open api spec as a live source and postchi will keep it in sync.
Import
Import your existing postman or open api requests
Start Fresh
Write your own requests
Environments
Define variables and secrets to reuse across requests