The Outpaint API allows users to expand images by increasing their width and height, filling the new areas with contextually appropriate content. This feature intelligently extends images to fit into larger dimensions or complete partial scenes.
Request
Header Params
Body Params multipart/form-data
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 'https://api.vyro.ai/v2/image/edits/ai-resize' \
--header'Authorization: Bearer vk-ad08a8e86d1a84404e5837be47d39ab44474f982671c0a' \
--form'prompt="A futuristic cityscape at night with neon lights"' \
--form'image=@""' \
--form'mask=@""'