Skip to content

Latest commit

Β 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sora2 Watermark Remover - Remove Sora Video Watermarks in 5 Seconds

English δΈ­ζ–‡ ζ—₯本θͺž FranΓ§ais

Choose your language / 选择语言 / 言θͺžγ‚’ιΈζŠž / Choisissez votre langue

🎯 Product Introduction

Sora Watermark Remover is a professional AI-driven video watermark removal tool that completes processing in 5 seconds, specifically designed for deep watermark removal from Sora-generated videos. Through advanced neural network technology, it can detect and remove watermarks with 100% accuracy, providing users with professional-grade watermark-free videos.

🌐 Official Website Demo: https://sora.thirdme.com Official Website Demo

πŸš€ How to Use

Step 1: Get Sora Video Link

Web Method:

  1. Open sora.chatgpt.com website
  2. Click to open the Sora work you want to process
  3. Copy the URL from the browser address bar
  4. Paste the copied link into our input box

Web Operation Guide

Mobile Method:

  1. Open the Sora app
  2. Find the Sora work you want to process
  3. Click the "..." button in the bottom right corner
  4. Select "Copy Link"
  5. Paste the copied link into our input box

Mobile Operation Guide

Step 2: Process Watermark Removal

  1. Visit our website: https://sora.thirdme.com
  2. Paste the Sora video link
  3. Click the "Remove Sora Watermark" button
  4. Wait for AI analysis and processing (completed in just 5 seconds)

Step 3: Download Watermark-Free Video

  1. After processing is complete, directly download the watermark-free video
  2. Get professional-grade video with original quality
  3. Videos will be automatically deleted from the server after 24 hours

MCP API - Sora2 Video Watermark Removal Service

🎯 Product Introduction

MCP API is a Sora2 video watermark removal service based on Model Context Protocol (MCP), enabling seamless integration of Sora2 video watermark removal functionality into workflows of mainstream MCP-compatible tools such as Claude Desktop, OpenAI, Cursor, Dify, n8n, and more. Get started in minutes with simple API key authentication.

🌐 Official Documentation Page: https://sora.thirdme.com/mcp

πŸš€ Quick Start

Step 1: Get API Key

  1. Visit the MCP API page
  2. Enter your email address
  3. Click the "Generate API Key" button
  4. Copy the generated API key (Keep it secure, it's linked to your subscription and usage quota)

⚠️ Important: Keep your API key secure. Generating a new key will replace your existing key. If you regenerate, please update your MCP configuration.

Step 2: Configure Claude Desktop

Add the following configuration to your Claude Desktop config file mcp.json:

Config File Locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Configuration:

{
  "mcpServers": {
    "sora-watermark-remover": {
      "url": "https://sora.thirdme.com/api/mcp-sse?key=YOUR_API_KEY"
    }
  }
}

Replace YOUR_API_KEY with your actual API key obtained in Step 1.

Step 3: Use in Claude

After configuration, restart Claude Desktop, then you can directly ask Claude to remove watermarks from Sora2 videos:

Example Conversation:

Please remove the watermark from this Sora2 video: https://sora.chatgpt.com/share/xxx

Claude will automatically call the MCP API to process the video and return a download link to the watermark-free video.

✨ Core Features

πŸ€– AI-Powered Watermark Removal

  • Smart Detection: AI automatically identifies and removes watermarks from Sora2 videos
  • Preserve Quality: Maintain original video quality while removing watermarks
  • Fast Processing: Complete processing in 5 seconds, return watermark-free video links

πŸ”§ Fast Integration

  • Simple Configuration: Just add configuration file and API key
  • Wide Compatibility: Supports all MCP-compatible tools (Claude Desktop, OpenAI, Cursor, Dify, n8n, etc.)
  • Plug and Play: Ready to use immediately after configuration, no additional development required

πŸ”’ Secure & Reliable

  • UUID Authentication: UUID-based authentication mechanism
  • Rate Limiting: Prevents abuse and ensures service stability
  • Usage Tracking: Real-time tracking of API usage and quotas

πŸ“Š Shared Subscription

  • Unified Quota: API access and web version share the same subscription quota
  • Flexible Usage: Use the same subscription service across multiple platforms and tools

πŸ“– API Reference

Endpoint

GET/POST https://sora.thirdme.com/api/mcp-sse?key=YOUR_API_KEY

Available Tools

remove_watermark

Remove watermark from Sora2 video and get the clean download link. Supports OpenAI Sora video URLs.

Input Parameters:

  • videoUrl (string): The Sora2 video URL to process

Output: Returns a JSON object containing:

  • videoUrl: Watermark-free video download link
  • thumbnailUrl: Video thumbnail link
  • videoInfo: Detailed video information

Example:

{
  "videoUrl": "https://example.com/video.mp4",
  "thumbnailUrl": "https://example.com/thumbnail.jpg",
  "videoInfo": {
    "title": "Video Title",
    "duration": 30,
    "resolution": "1920x1080"
  }
}

Error Codes

Error Code Description
-32001 User not found
-32003 Subscription required or usage limit reached
-32004 Failed to process video

πŸ› οΈ Supported Platforms

  • βœ… Claude Desktop
  • βœ… OpenAI (MCP Compatible)
  • βœ… Cursor
  • βœ… Dify
  • βœ… n8n
  • βœ… Other MCP-Compatible Tools

πŸ’‘ Use Cases

Use Case 1: Batch Process Sora2 Videos

In Claude Desktop, you can process multiple Sora2 videos at once:

Please process and remove watermarks from the following Sora2 videos:
1. https://sora.chatgpt.com/share/video1
2. https://sora.chatgpt.com/share/video2
3. https://sora.chatgpt.com/share/video3

Use Case 2: Integrate into Automation Workflows

In n8n or Dify, you can integrate watermark removal into your automation workflows for batch processing and automated operations.

Use Case 3: Cursor Development Assistant

When developing projects in Cursor, you can directly ask the AI assistant to handle Sora2 video watermark removal tasks without leaving the development environment.

πŸ“ Notes

  1. API Key Security: Keep your API key secure, do not share it with others or commit it to public repositories
  2. Quota Limits: API usage is subject to subscription quota limits, please use responsibly
  3. Video Format: Currently only supports Sora2 video URLs (sora.chatgpt.com/share/xxx format)
  4. Processing Time: Most videos are processed within 5 seconds
  5. Data Security: Processed videos are automatically deleted from the server after 24 hours

❓ FAQ

Q: Where can I get an API key?

A: Visit https://sora.thirdme.com/mcp, enter your email address to generate an API key.

Q: How to test if the API key is valid?

A: After generating a key on the MCP API page, you can use the "Test API Key" feature on the page to verify the key's validity.

Q: Is API usage charged?

A: API usage shares the same subscription quota as the web version. Please refer to the Pricing page for specific pricing.

Q: Do you support other video platforms?

A: Currently mainly supports Sora2 videos (sora.chatgpt.com), more platforms may be supported in the future.

Q: How to handle subscription and quota issues?

A: API access uses the same subscription service as the web version. You can manage subscriptions and view usage on the web version.

πŸ“§ Support & Feedback

If you encounter any issues during use or have any suggestions, please contact us:

πŸ“„ License

This service follows Sora Watermark Remover's Terms of Service and Privacy Policy.


πŸŽ‰ Start using MCP API and make your AI workflows more powerful! 1

About

πŸš€ AI-powered Free Sora & Veo3 video watermark remover. Remove watermarks from Sora and Veo3 videos in 5 seconds with 100% accuracy. Advanced neural networks detect and eliminate watermarks while preserving quality. Perfect for content creators and video editors. Features instant processing and automatic detection. Free to use.

Topics

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Contributors