Seedance 2.0 Pro — premium-tier Seedance video generation with higher fidelity and longer clips.
입력 이미지
이미지 1-9장을 업로드하세요(각 최대 10MB).
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 9
입력 동영상
참조 동영상은 최대 3개까지 업로드할 수 있습니다. 알고 있는 경우 픽셀 수는 409,600-2,086,876 범위여야 합니다.
Click to upload or drag and drop
Supported formats: MP4, MOV, WEBM
Maximum file size: 100MB; Maximum files: 3
Pixel count: 409,600 - 2,086,876
입력 오디오
참조 오디오 파일은 최대 3개까지 업로드할 수 있습니다.
Click to upload or drag and drop
Supported formats: MP3, WAV, M4A, AAC, OGG, FLAC
Maximum file size: 50MB; Maximum files: 3
Supported durations: 5s, 10s, 15s.
Video output resolution.
Video aspect ratio.
Generate audio
Generate synchronized audio.
Web search
Let the model use web search when helpful.
USD 추정 $0.81-$1.62: 최대 충전 패키지는 $1 = 2,000 크레딧으로 계산하고, 스타터 패키지는 $1 = 1,000 크레딧으로 계산합니다.
기록
이 브라우저에 로컬 저장됨
실행 중 0개 · 완료 0개
과금 규칙
API 설명
표준 REST API로 이 모델을 호출하세요. API Key 인증 후 아래에서 엔드포인트를 선택하면 파라미터와 예시를 볼 수 있습니다.
인증
모든 요청은 Authorization 헤더에 Bearer 토큰을 포함해야 합니다. 콘솔에서 API Key를 만드세요.
Authorization: Bearer YOUR_API_KEYhttps://apiany.ai/v1/videos/generations요청 파라미터
| 파라미터 | 유형 | 필수 | 설명 |
|---|---|---|---|
model | 문자열 | 필수 | 호출할 모델 식별자이며, 해당 모델의 ID를 사용합니다. |
prompt | 문자열 | 필수 | 생성하고 싶은 내용을 설명하는 텍스트 프롬프트. |
duration | 문자열 | 선택 | Supported durations: 5s, 10s, 15s. · 선택값: 5, 10, 15 · 기본값: 5 |
resolution | 문자열 | 선택 | Video output resolution. · 선택값: 480p, 720p, 1080p · 기본값: 720p |
aspect_ratio | 문자열 | 선택 | Video aspect ratio. · 선택값: 16:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptive · 기본값: adaptive |
generate_audio | 불리언 | 선택 | Generate synchronized audio. · 기본값: true |
model_params.web_search | 불리언 | 선택 | Let the model use web search when helpful. · 기본값: false |
callback_url | 문자열 | 선택 | 선택 사항인 콜백 주소로, 비동기 작업 완료 후 호출됩니다. |
요청 예시
curl "https://apiany.ai/v1/videos/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0-pro",
"prompt": "A concise cinematic shot of a modern API operations dashboard, smooth camera move, clean white studio lighting",
"duration": "5",
"resolution": "720p",
"aspect_ratio": "adaptive",
"generate_audio": true,
"model_params": {
"web_search": false
}
}'응답 예시
{
"task_id": "task_abc123",
"status": "pending",
"poll_url": "/v1/tasks/task_abc123",
"request_id": "req_abc123",
"credits": {
"reserved": 1000
}
}이 엔드포인트는 비동기 호출입니다. 요청 후 즉시 task_id가 반환됩니다. status가 succeeded가 될 때까지 작업 상태 조회 엔드포인트를 폴링한 뒤 result를 읽으세요. 생성된 미디어 링크는 24시간 동안 유효합니다.