n8n-nodes-mediavox
v1.1.1
Published
n8n community node for Mediavox: mediaAPI (sanctions OFAC/EU/UN/PEP screening, document OCR, email/domain validation, KYC, phishing detection, data standardization, bank account validation, PIN/OTP), Turing AI (chat with RAG, document intelligence), and V
Maintainers
Keywords
Readme
n8n-nodes-mediavox
AI-powered business platform for Latin America. One node, full ecosystem: mediaAPI, Turing AI, DocumentPower, and Vixo ERP.

Products
| Product | Methods | Description | |---------|---------|-------------| | mediaAPI | 30+ | Data standardization, sanctions screening, document OCR, phishing detection, tax ID validation | | Turing AI | 4 | AI chat with RAG, content indexing, session management, feedback | | DocumentPower | 3 | Document upload, entity extraction (NER), semantic search | | Vixo ERP | 8+ | Clients, contracts, invoices, projects, tasks, employees |
How it works
Product → Resource (mediaAPI only) → Method → Parameters (JSON)- mediaAPI: Select resource (DataTools, Security, Recognition, Finance, Compliance), then method
- Turing AI / DocumentPower / Vixo ERP: Select method directly (no resource needed)
Methods for mediaAPI are loaded dynamically from the API — new methods appear automatically.
Installation
Community Nodes (recommended)
- Go to Settings > Community Nodes
- Search for
n8n-nodes-mediavox - Click Install
Manual
cd ~/.n8n/custom
npm install n8n-nodes-mediavoxCredentials
Create one credential per product you use:
| Product | API Key prefix | Get yours at |
|---------|---------------|--------------|
| mediaAPI | mak- | mediavox.co/mvdevportal/keys |
| Turing AI | tk_ | mediavox.co/mvdevportal/turing-admin |
| Vixo ERP | vxk- | Vixo platform > Settings > API Keys |
Examples
Standardize a name (mediaAPI > DataTools)
Product: mediaAPI
Resource: DataTools
Method: standardize_name (W)
Parameters: { "text": "EMPRESA DEMO S.A.S", "country": "CO" }Screen against sanctions (mediaAPI > Security)
Product: mediaAPI
Resource: Security
Method: check_sanctions (R)
Parameters: { "name": "Entity Demo", "idNumber": "900123456" }KYC 4-in-1 (mediaAPI > Compliance)
Product: mediaAPI
Resource: Compliance
Method: kyc (W)
Parameters: { "name": "Entity Demo", "document": "900123456", "document_type": "NIT", "country": "CO" }Chat with Turing AI
Product: Turing AI
Method: chat (W)
Parameters: { "question": "How many active clients do I have?", "session_id": "workflow-1" }Extract entities from a document
Product: DocumentPower
Method: extract_entities (W)
Parameters: { "text": "Invoice #1234 from Entity Demo S.A. NIT 900.123.456-7 for $5,000,000 COP" }Supported Countries
- Colombia (CO): NIT, CC
- Chile (CL): RUT
- Mexico (MX): RFC, CURP
- Peru (PE): RUC, DNI
API Documentation
Full API docs, playground, and method reference at mediavox.co/mvdevportal.
Pricing
| Plan | Requests/month | Price | |------|---------------|-------| | Free | 100 | $0 | | Developer | 5,000 | $39/mo | | Scale | 50,000 | $149/mo |
Support
- Documentation: mediavox.co/mvdevportal
- Email: [email protected]
- Issues: GitLab
License
MIT
