
가격: from 1,520 credits per request · ≈ $0.76높은 안정성과 APIAny 플랫폼의 상세 사용 기록을 제공합니다.
입력 이미지
이미지 1-9장을 업로드하세요(각 최대 10MB).
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 9
입력 동영상
참조 동영상은 최대 3개까지 업로드할 수 있습니다.
Click to upload or drag and drop
Supported formats: MP4, MOV, WEBM
Maximum file size: 100MB; Maximum files: 3
입력 오디오
참조 오디오 파일은 최대 3개까지 업로드할 수 있습니다.
Click to upload or drag and drop
Supported formats: MP3, WAV, M4A, AAC, OGG, FLAC
Maximum file size: 50MB; Maximum files: 3
Any integer from 4s to 15s.
Video output resolution.
Video aspect ratio.
USD 추정 ≈ $0.76: $999 등급: 1 USD = 2,000 크레딧.

플랫폼 모델로 생성한 실제 이미지와 동영상입니다. 미리 보기나 예제 입력만으로 생성되거나 과금되지 않습니다.
실제 생성 모델: minimax-h3-reference-to-video

{
"model": "minimax-h3-reference-to-video",
"prompt": "Use Image 1 as the identity and clothing reference for this clearly adult man. Keep his facial features, short dark curls and plain sand-colored jacket consistent. He stands on a clean quiet outdoor railway platform, naturally turns toward the camera with a small relaxed smile. Medium shot, soft golden-hour light, gentle camera drift. No trains or signs needed. Single continuous shot. No text, logos, labels, subtitles, graphic overlays or watermark. No cuts. Natural coherent movement, stable geometry.",
"duration": 5,
"quality": "768p",
"aspect_ratio": "16:9",
"image_urls": [
"https://s.apiany.ai/web-static/mode-infos/v2/2026-09-20/d02-adult-traveler/reference.jpg"
]
}기록
이 브라우저에 로컬 저장됨
실행 중 0개 · 완료 0개
과금 규칙
인증
모든 요청은 Authorization 헤더에 Bearer 토큰을 포함해야 합니다. 콘솔에서 API Key를 만드세요.
Authorization: Bearer YOUR_API_KEYhttps://apiany.ai/v1/videos/generations요청 파라미터
| 파라미터 | 유형 | 필수 | 설명 |
|---|---|---|---|
model | 문자열 | 필수 | 호출할 모델 식별자이며, 해당 모델의 ID를 사용합니다. |
prompt | 문자열 | 필수 | 생성하고 싶은 내용을 설명하는 텍스트 프롬프트. |
duration | 숫자 | 선택 | Any integer from 4s to 15s. · 범위: 4–15 · 기본값: 4 |
quality | 문자열 | 선택 | Video output resolution. · 선택값: 768p, 2k · 기본값: 768p |
aspect_ratio | 문자열 | 선택 | Video aspect ratio. · 선택값: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 · 기본값: 16:9 |
callback_url | 문자열 | 선택 | 선택 사항인 콜백 주소로, 비동기 작업 완료 후 호출됩니다. |
요청 예시
curl "https://apiany.ai/v1/videos/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-h3-reference-to-video",
"prompt": "Use Image 1 as the identity and clothing reference for this clearly adult man. Keep his facial features, short dark curls and plain sand-colored jacket consistent. He stands on a clean quiet outdoor railway platform, naturally turns toward the camera with a small relaxed smile. Medium shot, soft golden-hour light, gentle camera drift. No trains or signs needed. Single continuous shot. No text, logos, labels, subtitles, graphic overlays or watermark. No cuts. Natural coherent movement, stable geometry.",
"duration": 4,
"quality": "768p",
"aspect_ratio": "16:9"
}'응답 예시
{
"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시간 동안 유효합니다.