- Ensure Postman is installed on the workstation.
- Obtain the Postman collection and environment files associated with the deployment.
To interact with the inference model APIs through Postman, perform the following steps to configure the environment:
- Launch Postman on the system.
- Navigate to the 'Environment' tab located at the top right corner of the Postman interface.
- Locate the Environment file located at
core/catalog/AI-Inference-as-Service-Environment.postman-environment.json - Click on the 'import' button to import environment.
- Populate the values for each variable according to the details provided in the
inference-config.cfgfile.
Follow these instructions to import the Postman collection for the deployed models:
- Select the 'Import' button within Postman.
- Locate the collection file located at
core/catalog/AI-Inference-as-Service-postman-collection.json. - Confirm the import to add the collection to the Postman workspace.
Refer to the screenshots below as reference for a Postman request setup:

