Get started
Run in Postman
Import the entire Bolcho API into Postman in seconds and start firing live requests, every endpoint, grouped, with sample bodies and bearer auth pre-wired.
Option 1 — Import the Bolcho collection
Download the ready-made collection from the button in the sidebar, then in Postman choose Import and drop the file in. Or use Import → Link and paste the collection URL:
bash
http://localhost:3000/api/postmanOption 2 — Import the live OpenAPI spec
The API serves an always-current OpenAPI 3 document. In Postman: Import → Link and paste the spec URL — Postman builds a collection from it automatically.
bash
https://api.bolchoai.in/docs-jsonSet your variables
After importing, open the collection's Variables tab and set VOXA_API_KEY to your API key. baseUrl already points at the v1 URL. Bearer auth is applied to every request automatically — hit Send and you're live.
Prefer the browser? The API also ships interactive Swagger UI at
/docs on the API host, where you can try requests without leaving the page.