跳转到主要内容
POST
/
generate
/
k
/
sora2-watermark-remover
Sora2 水印去除
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"
}
去除 Sora 官方生成视频的水印,保持视频原始质量。

Authorizations

Authorization
string
header
required

请使用您的 API Token 进行认证

Body

application/json

任务参数

video_url
string
required

视频 URL(必填,必须以 sora.chatgpt.com 开头)

Example:

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

Response

OK

task_id
string
required

Task ID

Example:

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