flag An official legal compliance tool

API Access

Integrate salary transparency compliance checking into your applications.

construction

API Coming Soon

We're building a REST API to allow programmatic access to our compliance rules and disclosure generation. Join the waitlist to be notified when it's available.

Planned API Features

check_circle

Compliance Check

Validate job postings against multiple jurisdictions programmatically.

description

Disclosure Generation

Generate compliant salary disclosures for any jurisdiction via API.

gavel

Rules Database

Access our law database with requirements, thresholds, and penalties.

notifications

Webhooks

Get notified when laws change that affect your compliance.

Preview: API Usage Example

Here's a preview of what the API will look like:

POST Generate Disclosure

curl -X POST https://api.salarytransparencycheck.com/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "jobTitle": "Senior Software Engineer",
    "jurisdictions": ["CA", "NY", "CO"],
    "salaryMin": 150000,
    "salaryMax": 200000,
    "salaryPeriod": "year",
    "workType": "remote",
    "benefits": ["health", "401k", "pto", "equity"]
  }'

RESPONSE Example Response

{
  "success": true,
  "disclosure": "**Compensation:** $150,000 - $200,000 per year...",
  "complianceResults": [
    {
      "jurisdiction": "California",
      "compliant": true,
      "warnings": []
    },
    {
      "jurisdiction": "New York",
      "compliant": true,
      "warnings": []
    }
  ],
  "rulesVersion": "1.0.0"
}

Integration Use Cases

  • arrow_right
    Applicant Tracking Systems (ATS)

    Auto-generate compliant disclosures when creating job requisitions.

  • arrow_right
    Job Boards

    Validate postings before publishing to ensure compliance.

  • arrow_right
    HR Platforms

    Embed compliance checking into your hiring workflows.

  • arrow_right
    Compliance Auditing

    Bulk-check historical job postings for compliance gaps.

Join the API Waitlist

Be the first to know when our API launches. Early access users may qualify for free tier credits.

Planned Pricing (Subject to Change)

Free Tier

$0

For small teams

  • check 100 API calls/month
  • check All jurisdictions
  • check Community support
POPULAR

Pro

$49/mo

For growing companies

  • check 5,000 API calls/month
  • check Webhook support
  • check Email support

Enterprise

Custom

For large organizations

  • check Unlimited API calls
  • check SLA guarantee
  • check Dedicated support