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-pay.sh
# 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

Start building with AwardIQ.

Integrate deterministic award compliance into your payroll platform.