Programmatic access with scoped API keys
Generate time-bound, scoped API keys for your CI/CD pipelines, CMS integrations, and internal tooling. Every key is hashed at rest and validated with constant-time comparison.
Enterprise-grade key management
Security, visibility, and control built into every API key operation.
SHA-256 hashed at rest
Keys are never stored in plaintext. We hash with SHA-256 and validate with constant-time comparison to prevent timing attacks.
Scoped permissions
Assign read or write permissions per resource type: documents, requests, and tickets. Each key only accesses what it needs.
Zero-downtime rotation
Rotate keys atomically inside a database transaction. The old key stops working instantly while the new one is immediately active.
Usage tracking
Every API call records the key ID, timestamp, and source IP. See when each key was last used directly from your dashboard.
Role-based management
Only workspace owners and admins can create, rotate, or revoke keys. Every action is recorded in the workspace audit log.
Prefix identification
Keys use a da_live_ prefix and a visible key prefix for quick identification without exposing the full key material.
Fine-grained scope control
Assign only the permissions each integration needs. Every scope is independently togglable.
| Scope | Description |
|---|---|
documents:read | List and retrieve document metadata, versions, and accessibility reports |
documents:write | Create, update, and publish documents via API |
requests:read | List conversion requests and check status |
requests:write | Submit new conversion requests programmatically |
tickets:read | View support tickets and comments |
tickets:write | Create tickets and add comments via API |
Built for your workflow
CI/CD pipeline integration
Automatically submit documents for conversion as part of your build process. Check accessibility scores before deployment.
CMS synchronization
Sync published documents back to your content management system. Keep your public website and accessible mirrors in sync.
Internal tooling
Build custom dashboards, reports, and workflows on top of the DocAccessible API with secure, scoped access.
Automated monitoring
Poll document status and accessibility scores programmatically. Trigger alerts when scores drop below thresholds.
Ready to connect your pipeline?
Create your first API key from the Integrations dashboard in your workspace.