{"info":{"title":"Seedance 2.0 Reference to Video","version":"1.0.0"},"openapi":"3.1.0","components":{"schemas":{"Input":{"type":"object","title":"Input","required":["prompt","reference_images"],"properties":{"prompt":{"type":"string","title":"Prompt","x-order":0,"description":"Describe the shot, the action, the camera move, and the sound. Address the reference assets positionally as @Image1..@Image9 and @Audio1..@Audio3, numbered by their order in reference_images and reference_audios — a reference the prompt never names is usually ignored. English, Chinese, Japanese, Indonesian, Spanish and Portuguese prompts are all understood."},"duration":{"type":"integer","title":"Duration","default":5,"maximum":15,"minimum":4,"x-order":5,"description":"Clip length in seconds."},"resolution":{"allOf":[{"$ref":"#/components/schemas/resolution"}],"title":"resolution","default":"720p","x-order":3,"description":"Output resolution of the clip. Higher resolutions cost more per second of video."},"aspect_ratio":{"allOf":[{"$ref":"#/components/schemas/aspect_ratio"}],"title":"aspect_ratio","default":"16:9","x-order":4,"description":"Frame shape of the clip. Reference images do not fix the framing, so set this to the shape you want; adaptive lets the model choose."},"generate_audio":{"type":"boolean","title":"Generate Audio","default":true,"x-order":6,"description":"Generate a synchronized soundtrack (dialogue, ambience and sound effects) together with the picture. Set false for a silent clip; the price is the same either way."},"reference_audios":{"type":"array","items":{"type":"string","format":"uri"},"title":"Reference Audios","x-order":2,"maxItems":3,"description":"Up to 3 short audio references the generated soundtrack should follow. MP3 or WAV, under 15 MB each and 15 seconds combined. Addressed as @Audio1..@Audio3. Cannot be supplied on their own — at least one reference image is always required."},"reference_images":{"type":"array","items":{"type":"string","format":"uri"},"title":"Reference Images","x-order":1,"maxItems":9,"minItems":1,"description":"1 to 9 reference images that steer identity, wardrobe, product, location or style. JPEG, PNG or WebP, under 30 MB each. The first entry is @Image1 in the prompt, the second @Image2, and so on."}}},"Output":{"type":"string","title":"Output","format":"uri","description":"URL of the generated MP4 video clip."},"resolution":{"enum":["480p","720p","1080p"],"type":"string","title":"resolution","description":"An enumeration."},"aspect_ratio":{"enum":["16:9","4:3","1:1","3:4","9:16","21:9","adaptive"],"type":"string","title":"aspect_ratio","description":"An enumeration."}}}}