Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getpostchi.com/llms.txt

Use this file to discover all available pages before exploring further.

This guide walks you through downloading Postchi, creating a project, and sending your first request.
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, hello
3

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:
GET https://httpbin.org/get
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