Pactra API — Programmatic Access
Connect your own tools, workflows, and integrations directly to Pactra. Professional, Business, and Enterprise subscribers can now generate API keys and drive contract analysis programmatically.
New Features8
- API key management — create, label, and revoke bearer keys from Settings → API Keys. Up to 5 active keys per account, each identified by a human-readable label and a visible prefix so you always know which key is which.
- Tier-gated output shapes — Professional keys return a structured analysis summary; Business and Enterprise keys return full clause-level JSON including every risk finding, obligation, and market benchmark.
- Sliding-window rate limiting — 60 requests/min on Professional, 300 on Business, 1,000 on Enterprise. Limits reset on a true sliding window (no burst abuse at fixed-window boundaries).
- API request logging — every request is recorded with timestamp, endpoint, response time, and input fingerprint, giving you an audit trail you can review from the dashboard.
- Anomaly detection — volume spikes and patterns consistent with synthetic scraping are automatically flagged so abuse is surfaced before it affects platform performance.
- Output sanitization — API responses are scrubbed of internal metadata before delivery, ensuring only the structured analysis payload reaches external callers.
- Response fingerprinting — each API response carries a unique fingerprint for deduplication and replay detection in your own downstream systems.
- API Terms of Service gate — keys can only be issued after explicit ToS acceptance, recorded with a timestamp on your account.