Evolution Api
| Entity Passport | |
| Registry ID | gh-tool--evolution-foundation--evolution-api |
| License | NOASSERTION |
| Provider | github |
Cite this tool
Academic & Research Attribution
@misc{gh_tool__evolution_foundation__evolution_api,
author = {Evolution Foundation},
title = {Evolution Api Tool},
year = {2026},
howpublished = {\url{https://github.com/evolution-foundation/evolution-api}},
note = {Accessed via Free2AITools Knowledge Fortress}
} ๐ฌTechnical Deep Dive
Full Specifications [+]โพ
Quick Commands
git clone https://github.com/evolution-foundation/evolution-api pip install evolution-api โ๏ธ Free2AITools Nexus Index V2.0
๐ฌ Index Insight
FNI V2.0 for Evolution Api: Semantic (S:50), Authority (A:0), Popularity (P:75), Recency (R:100), Quality (Q:70).
Verification Authority
๐ Specs
- Language
- Python
- License
- NOASSERTION
- Version
- 1.0.0
Usage documentation not yet indexed for this tool.
๐ View Source Code โTechnical Documentation
Evolution API
Open-source REST API for WhatsApp and multi-channel messaging โ part of the Evolution Foundation ecosystem.
Website · Documentation · Community · Support
About
Evolution API is a powerful, production-ready REST API for WhatsApp and multi-channel messaging. Originally focused on WhatsApp, it has grown into a comprehensive platform supporting multiple messaging providers and integrations.
Today, Evolution API supports both the Baileys-based WhatsApp Web API and the official WhatsApp Cloud API, plus integrations with Typebot, Chatwoot, Dify, OpenAI, RabbitMQ, Apache Kafka, Amazon SQS, Socket.io, Amazon S3 / MinIO, and more.
Evolution API began as a WhatsApp controller API based on CodeChat, which in turn implemented the Baileys library. We continue to acknowledge CodeChat for laying the groundwork.
Part of the Evolution Foundation ecosystem
Evolution API is one of the messaging engines maintained by Evolution Foundation. It is used as a WhatsApp provider by the Evo CRM Community and other projects in the ecosystem.
Connection Types
Evolution API supports multiple connection types to WhatsApp:
WhatsApp API โ Baileys
A free API based on WhatsApp Web, leveraging the Baileys library. Suitable for multi-service chats, service bots, and WhatsApp-integrated systems. Note: this method relies on the web version of WhatsApp and may have limitations compared to official APIs.
WhatsApp Cloud API
The official API provided by Meta. Designed for businesses with higher messaging volumes and stronger integration support, including end-to-end encryption, advanced analytics, and customer service tools. Requires compliance with Meta's policies and may incur per-message costs.
Integrations
Evolution API integrates natively with many platforms:
- Typebot โ conversational bots with trigger management
- Chatwoot โ customer service platform
- RabbitMQ โ event streaming via AMQP
- Apache Kafka โ real-time event streaming and processing
- Amazon SQS โ cloud-based message queuing
- Socket.io โ real-time WebSocket events
- Dify โ AI agent workflows
- OpenAI โ AI capabilities including audio-to-text conversion
- Amazon S3 / MinIO โ media file storage
Quick Start
Prerequisites
- Node.js 20+
- PostgreSQL or MySQL
- Redis (recommended for caching)
Installation
git clone [email protected]:evolution-foundation/evolution-api.git
cd evolution-api
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your database, Redis, and API key
Database setup
# Set the database provider
export DATABASE_PROVIDER=postgresql # or mysql
# Generate Prisma client
npm run db:generate
# Deploy migrations
npm run db:deploy
Running
# Development with hot reload
npm run dev:server
# Production build and run
npm run build
npm run start:prod
Docker
docker pull evoapicloud/evolution-api:latest
docker run -p 8080:8080 --env-file .env evoapicloud/evolution-api:latest
Architecture
Evolution API is built with a multi-provider, event-driven architecture:
Client / CRM
โ
Evolution API
โโโ Channel Integrations (Baileys / Cloud API)
โโโ Chatbot Integrations (Typebot, Chatwoot, OpenAI, Dify, Flowise, N8N)
โโโ Event Integrations (WebSocket, RabbitMQ, SQS, NATS, Pusher)
โโโ Storage Integrations (S3, MinIO)
Built with Node.js 20+, TypeScript 5+, and Express.js, it provides extensive integrations with chatbots, CRM systems, and messaging platforms.
Multi-database support
PostgreSQL and MySQL via Prisma ORM with provider-specific schemas and migrations.
Authentication
- API key-based authentication via
apikeyheader - Instance-specific tokens for WhatsApp connection authentication
- Webhook signature validation for external integrations
Message queue support
RabbitMQ, Amazon SQS, NATS, Pusher and WebSocket for events. Configurable per instance.
Media handling
Local storage or S3/MinIO. Automatic media download from WhatsApp. Optional audio transcription via OpenAI.
Documentation
| Resource | Link |
|---|---|
| Website | evolutionfoundation.com.br |
| Documentation | docs.evolutionfoundation.com.br |
| Community | evolutionfoundation.com.br/community |
| Docker Hub | evoapicloud/evolution-api |
| Changelog | CHANGELOG.md |
| Contributing | CONTRIBUTING.md |
| Security | SECURITY.md |
Hosting
Deploy Evolution API with optimized infrastructure through our HostGator partnership:
Evolution API VPS โ HostGator
Telemetry
Evolution API collects anonymous telemetry data (routes used, most accessed routes, API version) to help improve the service. No sensitive or personal data is collected. This information helps us identify improvements and provide a better experience for users.
Contributing
Contributions are welcome! Please read CONTRIBUTING.md for guidelines on how to submit issues, propose features, and open pull requests.
Join our community to discuss ideas and collaborate.
Security
For security issues, do not open a public issue. Email [email protected] or use GitHub's private vulnerability reporting. See SECURITY.md for details.
Acknowledgments
License
Evolution API is licensed under the Apache License 2.0, with additional brand-protection conditions (LOGO/copyright preservation and Usage Notification requirement). See LICENSE for full details.
For licensing inquiries, contact [email protected].
Trademarks
"Evolution Foundation", "Evolution" and "Evolution API" are trademarks of Evolution Foundation. See TRADEMARKS.md for the brand assets policy.
Third-party attributions are documented in NOTICE.
Made by Evolution Foundation ยท ยฉ 2026
๐ Quick Start
git clone [email protected]:evolution-foundation/evolution-api.git
cd evolution-api
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your database, Redis, and API key
Social Proof
AI Summary: Based on GitHub metadata. Not a recommendation.
๐ก๏ธ Tool Transparency Report
Technical metadata sourced from upstream repositories.
๐ Identity & Source
- id
- gh-tool--evolution-foundation--evolution-api
- slug
- evolution-foundation--evolution-api
- source
- github
- author
- Evolution Foundation
- license
- NOASSERTION
- tags
- chatbot, chatwoot, cloud-api, dify, evolution, n8n, openai, pusher, rabbitmq, whatsapp, whatsapp-api, whatsapp-bot, typebot, typescript
โ๏ธ Technical Specs
- architecture
- null
- params billions
- null
- context length
- null
- pipeline tag
- other
๐ Engagement & Metrics
- downloads
- 0
- stars
- 0
- forks
- 6,550
Data indexed from public sources. Updated daily.