This page covers the cloud-hosted Draftable API (
api.draftable.com). If you run the Self-Hosted API (APISH) in your own environment, your documents never leave your infrastructure and you control retention, storage, and deletion directly. See the Draftable APISH documentation for details.Where your documents are hosted
Customer data submitted to the Draftable API is stored in Amazon Web Services (AWS) infrastructure that is owned and operated by Draftable, using Amazon S3 for document storage and Amazon RDS for application data. Access to customer data is controlled at the application layer. Access is restricted to authorised personnel on a least-privilege basis, protected by multi-factor authentication, and logged.Accounts created through draftable.com are hosted in our US data centre. We also operate an EU data centre, and can provision your account there on request. Other regions are possible where there is enough customer commitment to support the deployment. Contact support@draftable.com to discuss your data residency requirements.
You control the lifecycle of your data
Documents and comparisons you submit to the Draftable API are retained until you remove them. You decide how long your data persists, using the lifecycle controls built into the API and client libraries:- Comparison expiry (recommended). Set an
expiresvalue when you create a comparison and the API automatically deletes the comparison and all associated documents once that time passes. - Manual deletion. Delete any comparison and its documents on demand with a single API call or SDK method.
- URL expiry. Control how long a signed viewer link stays valid. This affects link access only and does not delete documents or free storage.
Retention and deletion
By default, data you upload through the authenticated Draftable API is retained indefinitely unless you act on it, either by setting an expiry or by deleting it. There is no automatic clean-up that happens on your behalf, which is why we recommend setting anexpires value on every comparison.
When a deletion is processed (whether by expiry, by an API call, or on request), the data is made immediately inaccessible. A copy may persist briefly in encrypted backups, which age out automatically. The maximum period for which data may remain in backups after a deletion request is 30 days.
Retention is governed by these service-wide controls rather than by per-customer arrangements. If you need data removed sooner, use comparison expiry or delete on demand, both described above.
Encryption
In transit. All data transmitted between your systems and the Draftable API travels over the public internet encrypted with TLS 1.2 or TLS 1.3. Older, insecure protocol versions (TLS 1.1 and below, and all versions of SSL) are not permitted. At rest. Stored customer data is encrypted using the Advanced Encryption Standard (AES) with 256-bit keys. Both document storage and the application database are encrypted, with encryption keys managed by AWS under controlled access and regular rotation.Certifications and compliance
Draftable is part of Affinda Holdings Pty Ltd, and our security and compliance programme covers the Draftable brand. Independently verified certifications and assurances include:- ISO/IEC 27001:2022 certified information security management system.
- SOC 2 Type II attestation covering the Security trust services criteria.
- Independent, third-party penetration testing of our web application and API.
- Ongoing security controls including proactive monitoring, multi-factor authentication, and access logging for customer data.
Where to find our policies and reports
The Draftable (Affinda Group) Trust Center is the single source of truth for our current certifications, security posture, and policy documents:- Trust Center: https://trust.affinda.com/
- Privacy Policy: https://www.draftable.com/privacy

