The API Market for Latin America
Integrate Vixo enterprise platform, mediaAPI data services, and Turing AI assistant into your applications.
Enterprise Platform
Access clients, contracts, projects, budgets, invoices, employees, payroll and more. Full CRUD operations with real-time data.
mediavox.co/mvvixo/api/v1/clients
Data Services
DataTools for address/name standardization, Recognition for OCR and document processing, CyberSecurity for anti-smishing.
mediavox.co/mvapi/datatools/address
AI Assistant
Embeddable AI assistant that learns from your content. One script tag, custom RAG, branding, feedback loop, and analytics.
data-key="tk_your_key"></script>
Brand Protection
Detect impersonation, phishing, and fraud targeting your brand across SMS, WhatsApp, and web. Real-time alerts and intelligence dashboard.
mediavox.co/mvapi/api/v1/security/brands/scan
Clinical Data Intelligence
RIPS ingestion, patient timeline, risk scoring, anomaly detection, and AI assistant for healthcare. Multi-country (CO, MX, PE, CL, EC).
-H "X-API-Key: your_key" -F "file=@rips.csv"
Quick Start
Get your API key and start making requests in minutes.
# 2. Make your first request
curl -H "X-API-Key: your_key" \
"https://mediavox.co/mvvixo/api/v1/clients?page=1&pageSize=10"
# Response:
# {"data": [...], "pagination": {"page": 1, "pageSize": 10, "totalCount": 42, "totalPages": 5}}