
料金: from 192 credits per request · ≈ $0.096高い安定性と、APIAny プラットフォーム上の詳細な使用履歴を提供します。
画面フレームを制御するために画像をアップロードするか、画像 URL を貼り付けてください。
Start Frame
画像を1枚アップロードするか、画像 URL を1つ貼り付けます。
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 1
End Frame
画像を1枚アップロードするか、画像 URL を1つ貼り付けます。
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 1
Any integer from 4s to 15s.
Video output resolution.
Video aspect ratio.
Generate audio
Generate synchronized audio.
Content filter
Standard safety filter (default true). Setting false relaxes restrictions and adds 10% to generation pricing; illegal content is always blocked.
USD 見積 ≈ $0.25:チャージ枠 $999:1 USD = 2,000 クレジット。

プラットフォームのモデルで生成した画像と動画です。プレビューや設定の入力だけでは生成・課金されません。
実際の生成モデル: seedance-2.0-mini-image-to-video

{
"model": "seedance-2.0-mini-image-to-video",
"prompt": "Animate the supplied greenhouse scene. Preserve the ivory robot, potted plants, glass structure and composition. Keep the robot still and introduce only a light breeze moving existing leaves and subtle sunlight changes, with a nearly locked camera. Single continuous shot. No text, logos, labels, subtitles, graphic overlays or watermark. No cuts. Natural coherent movement, stable geometry.",
"duration": 5,
"quality": "720p",
"aspect_ratio": "adaptive",
"generate_audio": false,
"image_urls": [
"https://s.apiany.ai/web-static/mode-infos/v2/2026-09-20/d11-greenhouse-robot/image.webp"
]
}履歴
このブラウザ内にローカル保存
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 · デフォルト: 5 |
quality | 文字列 | 任意 | Video output resolution. · 選択肢: 480p, 720p · デフォルト: 720p |
aspect_ratio | 文字列 | 任意 | Video aspect ratio. · 選択肢: adaptive, 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 · デフォルト: adaptive |
generate_audio | ブール値 | 任意 | Generate synchronized audio. · デフォルト: true |
content_filter | ブール値 | 任意 | Standard safety filter (default true). Setting false relaxes restrictions and adds 10% to generation pricing; illegal content is always blocked. · デフォルト: true |
callback_url | 文字列 | 任意 | 任意のコールバック URL。非同期タスク完了後に呼び出されます。 |
リクエスト例
curl "https://apiany.ai/v1/videos/generations" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0-mini-image-to-video",
"prompt": "Animate the supplied greenhouse scene. Preserve the ivory robot, potted plants, glass structure and composition. Keep the robot still and introduce only a light breeze moving existing leaves and subtle sunlight changes, with a nearly locked camera. Single continuous shot. No text, logos, labels, subtitles, graphic overlays or watermark. No cuts. Natural coherent movement, stable geometry.",
"duration": 5,
"quality": "720p",
"aspect_ratio": "adaptive",
"generate_audio": true,
"content_filter": true
}'レスポンス例
{
"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 時間です。