Skip to content

Postman

cybercoder edited this page Feb 4, 2025 · 5 revisions

Run in Postman

You can validate IntelliServer APIs from your Postman environment by importing the postman collections.
Here are the steps to do that:

  1. Open Postman on your machine.

  2. On the Postman interface, locate and click on the 'import' button, normally towards the upper left.

  3. Click 'Select Files' within the dialog box that appears.

  4. Navigate your local file system, find and select the JSON file you downloaded from the Intelliserver repository.

  5. Upon successful upload, you should now see the IntelliServer API collection in your workspace on Postman. Run the IntelliServer to start interacting with the APIs.

Upon successful import, the collection should look like the one below with an example to call IntelliServer APIs from your apps. The IntelliServer provides a unified input to all models through REST APIs. you can switch between models like GPT4o or Llama without changing the code.

Clone this wiki locally