Trang API mô hình
Tích hợp API Sora Watermark Remover
Dùng Sora Watermark Remover qua Rivya Public API v1 với model id sora-watermark-remover, input được hỗ trợ, tham số, quy tắc Files API, tín dụng và ví dụ response.
Khả dụng qua APIURL input sẵn sàngVideo
ID mô hình API
sora-watermark-remover
Input
url
Files API
Không bắt buộc cho minimal request
Tín dụng cơ bản
3
Năng lực
Video
Thanh toán
FIXED
Giới hạn prompt
Không có giới hạn prompt được ghi
Hợp đồng yêu cầu
Gửi model id ở top level. Điều khiển riêng của mô hình nằm trong params.
| Key | Type | Bắt buộc | Default | Mô tả |
|---|---|---|---|---|
| model | string | Có | sora-watermark-remover | Dùng API model id sora-watermark-remover. |
| prompt | string | Không | - | Prompt text cho mô hình hỗ trợ text input. |
| params | object | Có | - | Object tham số riêng của mô hình. Dùng các dòng bên dưới để xem key được phép. |
| client_request_id | string | Không | - | Client-side id tùy chọn để trace request trong hệ thống của bạn. |
Tham số mô hình
| Key | Type | Bắt buộc | Default | Range | Options | Mô tả |
|---|---|---|---|---|---|---|
| video_url | text | Có | - | - | - | URL video Sora |
| upload_method | select | Có | s3 | - | s3, oss | Đích tải lên |
Yêu cầu tối thiểu
{
"model": "sora-watermark-remover",
"params": {
"video_url": "https://example.com/input.mp4",
"upload_method": "s3"
}
}Phản hồi tạo
Create endpoint trả về public task id. Poll status endpoint cho đến khi task succeeded hoặc failed.
{
"id": "task_sora_watermark_remover_example",
"status": "queued",
"model": "sora-watermark-remover",
"reserved_credits": 3,
"final_credits": 0,
"created_at": "2026-05-11T00:00:00.000Z",
"updated_at": "2026-05-11T00:00:00.000Z",
"result": null,
"error": null
}Lỗi thường gặp
validation_failed, insufficient_credits, idempotency_conflict, rate_limited, not_found
Mô hình này nhận public URL input qua model parameters.