Skip to main content
POST
/
generate
/
k
/
sora2-watermark-remover
Sora2 Watermark Remover
curl --request POST \
  --url https://api.sinancode.com/v1/generate/k/sora2-watermark-remover \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "video_url": "https://sora.chatgpt.com/video/xxx"
}'
{
  "task_id": "01234567-89ab-cdef-0123-456789abcdef"
}
Remove watermarks from Sora-generated videos while maintaining original video quality.

Authorizations

Authorization
string
header
required

Please use your API Token for authentication

Body

application/json

Task parameters

video_url
string
required

Video URL (required, must start with sora.chatgpt.com)

Example:

"https://sora.chatgpt.com/video/xxx"

Response

OK

task_id
string
required

Task ID

Example:

"01234567-89ab-cdef-0123-456789abcdef"