Skip to content

Revidapi-com/Revidapi.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RevidAPI

GitHub Website Docs Dashboard License: MIT

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.


Quick links

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

Ecosystem

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.json86 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 root

Raw JSON: https://github.com/Revidapi-com/Revidapi.com/blob/main/catalog/api-catalog.json


Pricing (API credits)

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


Quick start

1. Get your API key

  1. Sign up at revidapi.com/dashboard
  2. Go to Settings → create API key
  3. Copy once — store securely. Never commit keys to Git.

2. First request (TikTok download)

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


AI assistants & MCP

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


Repository structure

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

Integration platforms


Security

  • Use YOUR_API_KEY or env var REVIDAPI_API_KEY in all examples
  • Do not put real keys in issues, PRs, or public repos
  • Rotate keys from dashboard if exposed
  • /dashboard and billing pages require login — not for public crawl

Support & community


Related repos (roadmap)

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

About

RevidAPI — docs, examples, MCP & API catalog (86 endpoints). Make in Vietnam.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors