Changelog
Updates and changes to the DraftLift platform and API.March 2026
Public API — Initial Release
We’re excited to launch the DraftLift Public API, giving Business and Agency customers programmatic access to content generation, memories, templates, and more.Added
- API key authentication — Create and manage API keys from Settings > API Keys. Keys use the
dl_live_prefix and are stored as SHA-256 hashes for security. - 11 public endpoints across 5 resource groups:
- Generation —
POST /api/v1/generate - Contents — List, get, update, and delete generated content
- Templates — Browse available content templates
- Memories — List and create memories for personalized generation
- Models — List available AI models
- Generation —
- Per-key rate limiting — Business plans get 100 req/min and 1,000 req/hour; Agency plans get 300 req/min and 5,000 req/hour. All responses include
X-RateLimit-Limit,X-RateLimit-Remaining, andX-RateLimit-Resetheaders. - API usage tracking — Monitor per-key request counts (today and this month) directly from Settings.
- Dual authentication — Public endpoints accept both API keys and existing Supabase JWT tokens, so the dashboard and API share the same backend seamlessly.
- OpenAPI spec — A public OpenAPI specification is available for code generation and client library creation.
Documentation
- Product documentation site at docs.draftliftai.com covering all features
- API reference auto-generated from OpenAPI spec
- Authentication guide with key creation and management instructions
- Rate limiting documentation with per-tier limits