modelApiDoc_getStartedBeforeModelbytedance/bytedance/seedance-2.5/first-last-frame/720pmodelApiDoc_getStartedAfterModel modelApiDoc_getStartedMid modelApiDoc_schemaLinkmodelApiDoc_getStartedAfterSchema
curl --request POST \
--url https://model-api.runcomfy.net/v1/models/bytedance/bytedance/seedance-2.5/first-last-frame/720p \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"prompt": "A cinematic golden-hour safari sequence: the camera glides across the sunlit savanna past a herd of grazing zebras and settles on a majestic lion resting on a rocky outcrop as the sun sinks toward the horizon, warm volumetric light, drifting dust, smooth continuous motion, natural wildlife ambience.",
"first_frame": "https://playgrounds-storage-public.runcomfy.net/tools/7396/media-files/input-first-1.png",
"last_frame": "https://playgrounds-storage-public.runcomfy.net/tools/7396/media-files/input-last-1.png"
}'modelApiDoc_authP1 YOUR_API_TOKEN modelApiDoc_authP2 modelApiDoc_profilemodelApiDoc_authP3 Authorization modelApiDoc_authP4 Authorization: Bearer $YOUR_API_TOKENmodelApiDoc_authP5
modelApiDoc_submitBody
curl --request POST \
--url https://model-api.runcomfy.net/v1/models/bytedance/bytedance/seedance-2.5/first-last-frame/720p \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"prompt": "A cinematic golden-hour safari sequence: the camera glides across the sunlit savanna past a herd of grazing zebras and settles on a majestic lion resting on a rocky outcrop as the sun sinks toward the horizon, warm volumetric light, drifting dust, smooth continuous motion, natural wildlife ambience.",
"first_frame": "https://playgrounds-storage-public.runcomfy.net/tools/7396/media-files/input-first-1.png",
"last_frame": "https://playgrounds-storage-public.runcomfy.net/tools/7396/media-files/input-last-1.png"
}'modelApiDoc_monitorBody
curl --request GET \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/status \
--header "Authorization: Bearer <token>"modelApiDoc_retrieveBody
curl --request GET \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/result \
--header "Authorization: Bearer <token>"modelApiDoc_cancelBody
curl --request POST \
--url https://model-api.runcomfy.net/v1/requests/{request_id}/cancel \
--header "Authorization: Bearer <token>"modelApiDoc_hostedFileBody
{
"type": "object",
"title": "modelApiDoc_navInputSchema",
"required": [
"prompt",
"first_frame",
"last_frame"
],
"properties": {
"prompt": {
"title": "提示词",
"description": "描述首帧与末帧之间转场与运动方式的文本提示词。",
"type": "string",
"default": "A cinematic golden-hour safari sequence: the camera glides across the sunlit savanna past a herd of grazing zebras and settles on a majestic lion resting on a rocky outcrop as the sun sinks toward the horizon, warm volumetric light, drifting dust, smooth continuous motion, natural wildlife ambience."
},
"first_frame": {
"title": "First Frame Image",
"description": "Starting keyframe image for the video transition.",
"type": "string",
"default": "https://playgrounds-storage-public.runcomfy.net/tools/7396/media-files/input-first-1.png"
},
"last_frame": {
"title": "Last Frame Image",
"description": "Ending keyframe image for the video transition.",
"type": "string",
"default": "https://playgrounds-storage-public.runcomfy.net/tools/7396/media-files/input-last-1.png"
},
"aspect_ratio": {
"title": "Aspect Ratio (W:H)",
"description": "Aspect ratio of the generated video.",
"type": "string",
"enum": [
"16:9",
"9:16",
"1:1",
"4:3",
"3:4",
"21:9",
"9:21"
],
"default": "16:9"
},
"duration": {
"title": "Duration (seconds)",
"description": "The duration of the generated video in seconds. Between 4 and 30.",
"type": "integer",
"minimum": 4,
"maximum": 30,
"default": 5
},
"seed": {
"title": "Seed",
"description": "Random seed for reproducible generation. Leave empty for a random seed.",
"type": "integer"
}
}
}{
"output": {
"type": "object",
"properties": {
"image": {
"type": "string",
"format": "uri",
"description": "modelApiDoc_outDescImage"
},
"video": {
"type": "string",
"format": "uri",
"description": "modelApiDoc_outDescVideo"
},
"images": {
"type": "array",
"description": "modelApiDoc_outDescImages",
"items": {
"type": "string",
"format": "uri"
}
},
"videos": {
"type": "array",
"description": "modelApiDoc_outDescVideos",
"items": {
"type": "string",
"format": "uri"
}
}
}
}
}RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.