API Documentation Overview

Integrate Humano with your applications using our comprehensive REST API.

API Overview

The Humano API allows you to programmatically interact with your data. You can create, read, update, and delete records across all modules, as well as access reporting and analytics features.

Base URL
https://wapify.me/api/team
Response Format
application/json
API Features
Secure

Token-based authentication with team-level access control

RESTful

Standard REST endpoints with proper HTTP methods

Comprehensive

Access to all major business entities and operations

Available Endpoints
Módulo Endpoint Descripción
Contactos /api/team/contacts Manage customer and contact information
Proyectos /api/team/projects Project management and tracking
Tareas /api/tasks Task creation and management (user auth)
Facturas /api/invoices Billing and invoice management (user auth)
Mensajes /api/message Email and SMS campaign management (user auth)
Contents /api/team/contents Website content management with multi-language support (team token auth)
Empresas /api/enterprises Enterprise and client management (user auth)
Pagos /api/payments Payment and transaction management (user auth)
Productos /api/products Product catalog management (user auth)
Pedidos /api/orders Order management and tracking (user auth)
Prompts /api/team/prompts AI-powered prompts for content generation (team token auth)
Assistant Chat POST /api/team/assistant/chat Chat with the full assistant (router + flows). Body: message, optional prompt_key. Team token auth.
Getting Started with the API
  1. Generate an API Token: Go to your team settings and create an API token
  2. Review Authentication: Learn how to authenticate your API requests
  3. Choose an Endpoint: Start with the Contacts API for basic operations
  4. Test Your Integration: Use tools like Postman or curl to test your requests