v1.1.0 - October 2025
Enhanced Documentation & Monitoring
Enhanced Documentation & Monitoring
Released: October 31, 2025
New Features
- π Comprehensive API Key Guide - Step-by-step visual guide for creating and managing API keys
- π₯ Health Check Endpoint - Public
/api/healthendpoint for uptime monitoring - π API Request Logs - Detailed logging with metrics (success rate, response times, error tracking)
- π Enhanced Rate Limiting - Distributed rate limiting using Vercel KV (Redis)
Rate Limiting Updates
/api/health: 60 requests/minute per IP address/api/v1/*: 1,000 requests/hour per API key (upgraded from 100/min)- Sliding window algorithm for more flexible usage
- Rate limit headers in all responses (
X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Reset)
Documentation Improvements
- π Step-by-step API key creation guide with screenshots
- π Health check endpoint documentation
- π Rate limiting best practices and monitoring
- π Security best practices for key management
- π API key rotation and revocation guides
Monitoring Features
- Dashboard view of all API requests
- Summary metrics (total requests, success rate, avg response time, error count)
- Detailed request logs with timestamps, endpoints, status codes, and response times
- Filter logs by API key, campaign, method, and date range
v1.0.0 - July 2025
Initial API Release
Initial API Release
Released: July 20, 2025
New Features
- β¨ Full API authentication with API keys
- β¨ Lead management endpoints (create, list, bulk import)
- β¨ Campaign-scoped and company-wide API keys
- β¨ Read and write permission scopes
- β¨ Comprehensive error handling
- β¨ Rate limiting (100 req/min standard, 10 req/min bulk)
Endpoints Added
POST /api/v1/leads- Create single leadGET /api/v1/leads- List leads with filteringPOST /api/v1/leads/bulk- Bulk create up to 1000 leads
Documentation
- π Complete API reference documentation
- π Authentication guide
- π Quickstart tutorial
- π Error handling guide
- π Rate limits documentation
Upcoming Features
These features are planned for future releases. Check back for updates!
Q1 2026
Conversations API
Conversations API
- List conversations for a campaign
- Get conversation details and transcripts
- Filter by outcome, date range, agent
- Webhook notifications for completed calls
Analytics API
Analytics API
- Campaign performance metrics
- Outcome distribution
- Success rates and trends
- Agent performance comparison
Webhooks
Webhooks
- Real-time call completion notifications
- Lead status change events
- Campaign milestones
- Custom webhook endpoints
Q2 2026
Campaigns API
Campaigns API
- Create and manage campaigns via API
- Update campaign configuration
- Configure outcomes and extractions
- Traffic allocation control
Agents API
Agents API
- List available agents
- Get agent configuration
- Create new agent variations
- Update agent instructions and voice
Enhanced Lead Management
Enhanced Lead Management
- Update existing leads
- Delete leads
- Bulk update operations
- Lead scheduling controls
Q3 2026
GraphQL API
GraphQL API
- Alternative to REST API
- Flexible data querying
- Real-time subscriptions
- Reduced over-fetching
SDK Libraries
SDK Libraries
- Official Python SDK
- Official Node.js SDK
- Official Ruby SDK
- TypeScript type definitions
Advanced Analytics
Advanced Analytics
- Custom report generation
- Data export capabilities
- Conversation sentiment analysis
- A/B testing metrics
Migration Guides
No breaking changes yet! When we release v2.0, weβll provide comprehensive migration guides here.
API Versioning
Our API follows semantic versioning:- Major version (v1, v2): Breaking changes
- Minor updates: New features, backwards compatible
- Patches: Bug fixes, backwards compatible
Version Support Policy
- Current version (v1): Fully supported
- Previous version: Supported for 12 months after deprecation
- Deprecated versions: 6 months notice before removal
Request a Feature
Have an idea for the API? Weβd love to hear it!1
Check Roadmap
See if itβs already planned above
2
Submit Request
Email info@acrely.ai with your use case
3
Community Vote
Features with most demand get prioritized
4
Implementation
Weβll notify you when your feature ships