Download Collection
Download Postman Collection
Get the complete collection with all API endpoints
Setup Instructions
1
Import the Collection
Open Postman and import the downloaded collection file.
2
Configure Base URL
Create a Postman environment or collection variable named
base_url and set it to:3
Add Authentication
Include your API key in the Headers tab of each request:Alternatively, configure it as a collection-level variable for reuse across all requests.
4
Replace Placeholders
Update the following template values with your actual identifiers:
put_your_workflow_id_here→ Your actual workflow IDput_your_job_id_here→ Your actual job execution ID
Included Requests
The collection contains pre-configured requests for:| Endpoint | Method | Description |
|---|---|---|
| Get Workflow Details | GET | Retrieve workflow schema and input requirements |
| Initiate Job | POST | Create a new job instance |
| Upload File | POST | Generate presigned file upload URL |
| Execute Job | POST | Run workflow with inputs |
| Get Job Status | GET | Check execution progress |
| Get Job Results | GET | Retrieve completed job outputs |
| Job Audit Log | GET | Access execution history |