API Access
Integrate salary transparency compliance checking into your applications.
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
Compliance Check
Validate job postings against multiple jurisdictions programmatically.
Disclosure Generation
Generate compliant salary disclosures for any jurisdiction via API.
Rules Database
Access our law database with requirements, thresholds, and penalties.
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
-
Applicant Tracking Systems (ATS)
Auto-generate compliant disclosures when creating job requisitions.
-
Job Boards
Validate postings before publishing to ensure compliance.
-
HR Platforms
Embed compliance checking into your hiring workflows.
-
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.
You're on the list! We'll notify you when the API is ready.
Planned Pricing (Subject to Change)
Free Tier
$0
For small teams
- 100 API calls/month
- All jurisdictions
- Community support
Pro
$49/mo
For growing companies
- 5,000 API calls/month
- Webhook support
- Email support
Enterprise
Custom
For large organizations
- Unlimited API calls
- SLA guarantee
- Dedicated support