AI Background I/O
Learn how to configure input and output to use the AI Background API.
Intro
Limitations
Output
Output image file types
Basic and advanced output options
{
"output": "storage://storage-name/result-path/image-name.jpg"
}"output": {
"destination": "storage://storage-name/result-path/image-name.jpg",
"format": "jpeg",
"number_of_images": 1
}"output": {
"destination": "storage://storage-name/result-path/image-name.jpg",
"format": {
"type": "jpeg",
"quality": 85,
"progressive": true
},
"number_of_images": 1
}
Number of images
Last updated
