RevidAPI — hệ sinh thái AI Make in Vietnam: API tải & xử lý video, AI Studio, n8n automation, AI Vietsub, Voice Clone, Text-to-Speech.
Mỗi nền tảng có gói và chi phí riêng. Đăng ký một dịch vụ không bao gồm các dịch vụ khác.
| Resource | URL |
|---|---|
| Documentation | https://docs.revidapi.com/ |
| API Marketplace | https://revidapi.com/dashboard |
| Get API key | https://revidapi.com/dashboard → Settings |
| AI & MCP (dashboard) | https://revidapi.com/dashboard/integrations |
| llms.txt (for LLM) | https://revidapi.com/llms.txt |
| AI catalog JSON | https://revidapi.com/ai-catalog.json |
| n8n automation | https://n8n.revidapi.com |
| AI Studio | https://app.revidapi.com |
| GitHub (this repo) | https://github.com/Revidapi-com/Revidapi.com |
| Product | URL | Billing |
|---|---|---|
| API Key — Download & video processing | https://revidapi.com | Pay-as-you-go credits (100 free on signup) |
| AI Automation (n8n hosting) | https://n8n.revidapi.com | VPS plan per month |
| AI Dubbing / Vietsub | https://dub.revidapi.com | Separate plan |
| Text-to-Speech (free tier) | https://revidapi.com/text-to-speech | Free limited / paid upgrade |
| Voice Clone & TTS | https://voice.revidapi.com | Separate plan |
| AI Image & Video (AI Studio) | https://app.revidapi.com | Separate credits (ai.revidapi.com) |
Full details: docs/ECOSYSTEM.md
API categories (docs.revidapi.com)
| Category | Description | Docs |
|---|---|---|
| Download | TikTok, YouTube, Douyin, Meta, Twitter, LinkedIn, Threads | Download |
| Search & Crawl | Channel videos, music trend, video search | Get Channel |
| Video Processing | Cut, split, trim, concat, caption, thumbnail | Video |
| Caption Editor | Blur region, detect caption, add subtitle | Caption |
| Media Processing | Convert, transcribe, metadata, download | Media |
| Audio | Concatenate, separate voice | Audio |
| Image | Image to video, screenshot | Image |
| Text-to-Speech | TTS, SRT to speech | TTS |
| AI Studio | AI image/video generate (separate key) | AI Studio |
| TikTok Music API | Trend, search, download (5 credits) | Music trend |
Machine-readable catalog: catalog/api-catalog.json — 86 endpoints (65 RevidAPI + 21 AI Studio), auto-generated from dashboard marketplace.
Regenerate catalog (maintainers — monorepo revidapi-platform):
npx tsx scripts/generate-github-api-catalog.mjs
cp catalog/api-catalog.json github/revidapi/catalog/ # if run from repo rootRaw JSON: https://github.com/Revidapi-com/Revidapi.com/blob/main/catalog/api-catalog.json
| Service | Credits |
|---|---|
| Download / Search (most) | 5 per request |
| Text-to-Speech | 10 per 1,000 characters |
| Blur / Detect caption | 25 per request |
| Audio / Media processing | 25 per request |
| Add subtitle | 35 per request |
| Video processing | 35 per request |
Source: docs.revidapi.com · AI Studio: app.revidapi.com/pricing
- Sign up at revidapi.com/dashboard
- Go to Settings → create API key
- Copy once — store securely. Never commit keys to Git.
export REVIDAPI_API_KEY="YOUR_API_KEY"
curl -X GET "https://api.revidapi.com/paid/tiktok/download?url=https://www.tiktok.com/@user/video/123" \
-H "x-api-key: ${REVIDAPI_API_KEY}"More examples: examples/ · Full guide: docs/QUICKSTART.md
Connect RevidAPI to Claude Desktop, Cursor, VS Code, or any MCP client.
| Method | Status | Guide |
|---|---|---|
| REST / cURL | Live | docs/QUICKSTART.md |
| n8n | Live | examples/n8n/ |
| MCP (IDE) | Roadmap | docs/MCP.md |
For LLM crawlers and AI recommendations: llms.txt · docs/AI-ASSISTANTS.md
revidapi/
├── README.md ← you are here
├── llms.txt ← LLM-friendly site summary
├── catalog/api-catalog.json ← services & endpoints (no secrets)
├── docs/
│ ├── QUICKSTART.md
│ ├── MCP.md
│ ├── AI-ASSISTANTS.md
│ └── ECOSYSTEM.md
├── examples/
│ ├── curl/
│ ├── python/
│ ├── nodejs/
│ └── n8n/
└── mcp/
├── claude_desktop_config.json.example
└── cursor.mcp.json.example
- Make.com — HTTP module +
x-api-key - Zapier — Webhooks / REST
- n8n — HTTP Request node
- Bubble · FlutterFlow — REST API
- Any language — standard HTTPS + JSON
- Use
YOUR_API_KEYor env varREVIDAPI_API_KEYin all examples - Do not put real keys in issues, PRs, or public repos
- Rotate keys from dashboard if exposed
/dashboardand billing pages require login — not for public crawl
- Email: revidapi@gmail.com
- Zalo/Hotline: 0978 382 335
- Facebook: https://www.facebook.com/app.revidapi/
- YouTube: https://www.youtube.com/@revidapi_com
- Telegram: https://t.me/revidapi
- Facebook Group: https://www.facebook.com/groups/1223896852400092
| Repo | Description |
|---|---|
| Revidapi-com/Revidapi.com | This hub — docs, examples, MCP, 86 endpoints |
Revidapi-com/revidapi-python |
Python SDK (planned) |
Revidapi-com/revidapi-node |
Node.js SDK (planned) |
Revidapi-com/n8n-nodes-revidapi |
n8n community nodes (planned) |
Start building: docs.revidapi.com · Get API key