🤖 WhatsApp Bot API - Baileys

Verificando estado...

🎛️ Control del Bot

📚 Endpoints Disponibles

GET /api/status - Estado detallado del bot
GET /api/qr - Obtener código QR para conectar
POST /api/send-message - Enviar mensaje de texto
Body: {"number": "3001234567", "message": "Hola!"}
POST /api/send-image - Enviar imagen
Body: {"number": "3001234567", "imageUrl": "https://example.com/image.jpg", "caption": "Texto opcional"}
POST /api/check-number - Verificar si número existe en WhatsApp
Body: {"number": "3001234567"}
POST /api/restart - Reiniciar bot
POST /api/reset - Reset completo (limpiar cache)
POST /api/disconnect - Desconectar bot

🔧 Características

✅ Bot con Baileys