Remove Sora Watermark API
Integrate watermark removal directly into your applications.
1. Post Video target (Download Clean)
POST https://savesora.com/api/v1/download
Payload (JSON):
{
"api_key": "YOUR_API_KEY",
"video_url": "https://sora.chatgpt.com/p/s_12345"
}
Costs 1 credit per successful request. Returns clean download links, thumbnails, and original prompts.
2. Check Credit Balance
POST https://savesora.com/api/v1/credits
Payload (JSON):
{
"api_key": "YOUR_API_KEY"
}