{"model":"doubao-seedream-4-0-250828","prompt":"Generate picture of a girl and a cow doll happily riding a roller coaster in an amusement park, covering morning, noon, and evening with text on image: Baby on the roller","image":["https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream4_imagesToimages_1.png","https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream4_imagesToimages_2.png"],"sequential_image_generation":"disabled","sequential_image_generation_options":{"max_images":3},"response_format":"url","size":"2K"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/v1/images/generations' \
--header'Authorization: Bearer {{YOUR_API_KEY}}' \
--header'Content-Type: application/json' \
--data-raw'{
"model": "doubao-seedream-4-0-250828",
"prompt": "Generate picture of a girl and a cow doll happily riding a roller coaster in an amusement park, covering morning, noon, and evening with text on image: Baby on the roller",
"image": [
"https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream4_imagesToimages_1.png",
"https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream4_imagesToimages_2.png"
],
"sequential_image_generation": "disabled",
"sequential_image_generation_options": {
"max_images": 3
},
"response_format": "url",
"size": "2K"
}'