Sticky Calls API Documentation
Call Memory API for Contact Centers A Banana Intelligence Product
What is Sticky Calls?
Sticky Calls is a Call Memory API that remembers caller context across interactions. When a customer calls, we identify them with high confidence and return their conversation history, open issues, and saved variables - creating seamless, personalized experiences.
Key Features:
- 🧠 Smart confidence scoring - ANI, external IDs, recency, intent continuity
- 💾 Context persistence - 30-90 day TTL
- 💳 Credit-based billing - Prepaid model, free returning caller matches
- 🔒 Multi-tenant isolation - Enterprise-grade security
- 🔄 Idempotency support - Duplicate-safe operations
- 🤖 AI agent-friendly - Built for Claude, ChatGPT, and custom LLMs
Quick Start
Create your account instantly at stickycalls.com
✅ Instant signup with Auth0 (passwordless magic link) ✅ 100 free credits to get started ✅ Self-service dashboard for API key management ✅ Usage tracking and analytics
Make Your First Call
curl -X POST https://api.stickycalls.com/v1/calls/start \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"call_id": "call_001",
"identity_hints": {
"ani": "+14155551234"
}
}'
Response:
{
"call_id": "call_001",
"customer_ref": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"call_start": "2026-02-07T10:30:00.000Z",
"identity": {
"confidence": 0,
"level": "low",
"sources": [],
"recommendation": "ignore"
},
"open_intents": [],
"variables": {}
}
Read the full Quick Start guide →
Use Cases
Contact Center Platforms
- Five9 Integration - Web connector setup and IVR personalization
- NICE CXone Integration - Studio script and API integration
- Generic IVR - REST API calls from any IVR platform
Business Scenarios
- Repeat Caller Recognition - Personalized greetings for returning customers
- Proactive Callback - Context-aware follow-up calls
- VIP Customer Experience - Tier-based routing and handling
- Multi-Channel Consistency - Unified context across phone and chat
AI Agent Integration
Sticky Calls API is designed for AI agents and autonomous systems.
Download System Prompts
- Claude System Prompt - XML format for Claude
- ChatGPT System Prompt - Markdown for ChatGPT
- Generic LLM Prompt - Plain text for any LLM
Platform-Specific Guides
- Voiceflow Integration
- Dialogflow CX Integration
- Amazon Lex Integration
- Twilio Flex Integration
- Custom Framework
Documentation
Core Documentation
- Quick Start - Get up and running in 5 minutes
- API Reference - Complete endpoint documentation
- Best Practices - Production patterns and recommendations
AI Agents
- AI Agent Integration Guide - Complete guide for autonomous integration
- Platform Guides - Voiceflow, Dialogflow, Lex, and more
Use Cases
- Contact Center Platforms - Five9, NICE CXone, Generic IVR
- Business Scenarios - Repeat callers, callbacks, VIP customers
Company
Sticky Calls API is a product of Banana Intelligence.
Support: nate@bananaintelligence.ai Dashboard: stickycalls.com API Endpoint: api.stickycalls.com
What's Next?
- Read the Quick Start Guide - Make your first API call
- Explore Use Cases - See real-world integrations
- Integrate with AI Agents - Download system prompts
- View API Reference - Complete endpoint documentation
Ready to build? Sign up now →