Postman Collection
Use our official Postman collection to quickly test and explore the Vantage API. The collection includes pre-configured requests for all major endpoints with example data.
Download Collection
Method 1: Direct Download
Download the collection file and import it into Postman:
📥 Download Vantage API Collection
Method 2: Import Link
Copy this URL and import it directly in Postman:
https://api.vantage.omnivector.solutions/postman/collection.json
Method 3: Postman Button
Setup Instructions
1. Import the Collection
- Open Postman
- Click Import in the top left
- Choose Link tab
- Paste the collection URL:
https://api.vantage.omnivector.solutions/postman/collection.json
- Click Continue and then Import
2. Set Environment Variables
The collection uses environment variables for easy configuration:
- Click the Environment dropdown (top right)
- Create a new environment called "Vantage API"
- Add these variables:
Variable | Description | Example Value |
---|---|---|
base_url | API base URL | https://api.vantage.omnivector.solutions/v1 |
api_key | Your API key | vantage_sk_abc123... |
cluster_id | Default cluster ID | cluster_abc123 |
job_id | Sample job ID | job_xyz789 |
file_id | Sample file ID | file_def456 |
3. Configure Authentication
The collection automatically includes your API key in requests:
- Select a request from the collection
- Go to the Authorization tab
- Verify Type is set to Bearer Token
- Verify Token field shows
{{api_key}}
Collection Structure
The collection is organized into the following folders:
🔐 Authentication
- Test authentication
- Get current user info
- Validate API key