Runway 비디오-투-비디오 작업 생성
CometAPI Runway POST /runwayml/v1/video_to_video를 사용해 비디오-투-비디오 생성 작업을 시작하고, X-Runway-Version을 설정하며, 소스 클립을 변환합니다.
호출하기 전에
- 제공업체의 입력 요구사항에 맞는 소스 비디오를 준비하세요
- 원하는 기능 세트에 필요한
X-Runway-Version헤더를 포함하세요 - 전체 스토리보드가 아니라 변경 사항을 설명하는 짧은 프롬프트 하나로 시작하세요
출력 비율
ratio 값을 기대합니다. 1280x720 출력에는 1280:720을, 720x1280에는 720:1280을 사용하세요. 1280x720은 모든 Runway 비디오-투-비디오 라우트에서 허용되지는 않습니다.
작업 흐름
소스 클립과 프롬프트 제출
작업 세부정보 폴링
변환된 결과 저장
인증
Bearer token authentication. Use your CometAPI key.
헤더
Runway API version header, for example 2024-11-06.
본문
HTTPS URL of the source video, or a base64 data URI containing the video.
Text prompt describing the desired output. Maximum 1000 characters.
Random seed for reproducible results. Range: 0–4294967295.
Model variant to use.
Optional reference images to guide generation. Each item must include type (e.g. image) and uri (HTTPS URL).
Requested output frame shape. Use colon-separated values such as 1280:720 or 720:1280; read them as 1280x720 and 720x1280 targets. Do not assume every Runway video-to-video route accepts 1280x720 with an x separator.
응답
success
The ID of the task that was created. Use this to retrieve the task later.