The API Market for Latin America

Integrate Vixo enterprise platform, mediaAPI data services, and Turing AI assistant into your applications.

Get Started View Pricing
Vixo API

Enterprise Platform

Access clients, contracts, projects, budgets, invoices, employees, payroll and more. Full CRUD operations with real-time data.

curl -H "X-API-Key: your_key" \
mediavox.co/mvvixo/api/v1/clients
mediaAPI

Data Services

DataTools for address/name standardization, Recognition for OCR and document processing, CyberSecurity for anti-smishing.

curl -H "X-API-Key: your_key" \
mediavox.co/mvapi/datatools/address
Turing AI

AI Assistant

Embeddable AI assistant that learns from your content. One script tag, custom RAG, branding, feedback loop, and analytics.

<script src="mediavox.co/mvai/mediavox-turing.js?v=2.5"
data-key="tk_your_key"></script>
Brand Intelligence

Brand Protection

Detect impersonation, phishing, and fraud targeting your brand across SMS, WhatsApp, and web. Real-time alerts and intelligence dashboard.

curl -H "X-API-Key: your_key" \
mediavox.co/mvapi/api/v1/security/brands/scan
HealthPower

Clinical Data Intelligence

RIPS ingestion, patient timeline, risk scoring, anomaly detection, and AI assistant for healthcare. Multi-country (CO, MX, PE, CL, EC).

curl -X POST mediavox.co/mvai/api/v1/health/rips/upload \
-H "X-API-Key: your_key" -F "file=@rips.csv"

Quick Start

Get your API key and start making requests in minutes.

# 1. Get your API key from the dashboard
# 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}}