Developers
Award compliance infrastructure for payroll software.
Embed deterministic award intelligence into your platform. Calculate pay, detect compliance risks, and retrieve clause‑linked explanations through a standard REST API.
# Calculate minimum pay for a shift
curl -X POST https://api.awardsintelligence.com.au/api/v1/calculate-pay \
-H "Authorization: Bearer ak_KEY:sk_SECRET" \
-H "Content-Type: application/json" \
-d '{
"award_code": "MA000009",
"classification_code": "HI1",
"employment_type": "full_time",
"work_date": "2026-03-16",
"start_time": "09:00",
"end_time": "17:00"
}' Deterministic calculations
Same inputs always produce the same outputs. No AI in the calculation path.
Clause-linked traceability
Every pay component links back to the source award clause.
Version-tracked rules
Award data is version-tracked with content hashing. Always know which version was used.
Standard REST
JSON over HTTPS. Standard HTTP status codes. No special SDKs required.
Base URL
https://api.awardsintelligence.com.au/api/v1 Endpoints
API Reference
Calculate Pay
Calculate minimum award pay for a single shift with full pay component breakdown.
Calculate Pay (Audited)
Full audit trail showing every rule considered, applied, and rejected.
Detect Risks
Pre-calculation compliance risk analysis for a shift scenario.
Compare Awards
Compare normalised rules between two Modern Awards side by side.
List Awards
Browse all 122 Australian Modern Awards with metadata.
Batch Upload
Upload CSV/JSON payroll files for bulk compliance review.
Start building with AwardIQ.
Integrate deterministic award compliance into your payroll platform.