Skip to main content

v1.1.0 - October 2025

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/health endpoint 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

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 lead
  • GET /api/v1/leads - List leads with filtering
  • POST /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

  • List conversations for a campaign
  • Get conversation details and transcripts
  • Filter by outcome, date range, agent
  • Webhook notifications for completed calls
  • Campaign performance metrics
  • Outcome distribution
  • Success rates and trends
  • Agent performance comparison
  • Real-time call completion notifications
  • Lead status change events
  • Campaign milestones
  • Custom webhook endpoints

Q2 2026

  • Create and manage campaigns via API
  • Update campaign configuration
  • Configure outcomes and extractions
  • Traffic allocation control
  • List available agents
  • Get agent configuration
  • Create new agent variations
  • Update agent instructions and voice
  • Update existing leads
  • Delete leads
  • Bulk update operations
  • Lead scheduling controls

Q3 2026

  • Alternative to REST API
  • Flexible data querying
  • Real-time subscriptions
  • Reduced over-fetching
  • Official Python SDK
  • Official Node.js SDK
  • Official Ruby SDK
  • TypeScript type definitions
  • 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