Submit Seedance Material Review
/v1/video/generationsRequest Body
application/jsonmodel:requiredstringReview model. Use seedance-review-image, seedance-review-audio, or seedance-review-video and match it to the submitted media type. The schema default is seedance-review-image.
seedance-review-imageseedance-review-audioseedance-review-videoseedance-review-imageprompt:requiredstringNon-empty material name sent to the review service.
Portrait testmetadata:requiredobjectMaterial review payload containing exactly one media item.
metadata.content:requiredarrayArray containing exactly one image_url, audio_url, or video_url item. The nested URL must be an absolute HTTPS URL.
metadata.content[].type:requiredstringMedia type. It must match the review model, and the item must contain only the corresponding URL field.
image_urlaudio_urlvideo_urlmetadata.content[].image_url:optionalobjectRequired when type is image_url.
metadata.content[].image_url.url:optionalstringAbsolute HTTPS image URL. http://, asset://, data: URLs, and local files are not supported.
https://example.com/person.jpgmetadata.content[].audio_url:optionalobjectRequired when type is audio_url.
metadata.content[].audio_url.url:optionalstringAbsolute HTTPS audio URL. http://, asset://, data: URLs, and local files are not supported.
https://example.com/dialogue.mp3metadata.content[].video_url:optionalobjectRequired when type is video_url.
metadata.content[].video_url.url:optionalstringAbsolute HTTPS video URL. http://, asset://, data: URLs, and local files are not supported.
https://example.com/reference.mp4Response
200A successful request returns a JSON response. The complete example is shown in the code panel.