The Text to PNG API generates images based on descriptive text prompts, but with a transparent background. It supports various optional customization settings, such as aspect ratio, style, and more, making it perfect for overlays and designs.
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/generations/transparent' \
--header'authorization: Bearer vk-ad08a8e86d1a84404e5837be47d39ab44474f982671c0a' \
--form'prompt="Create an image of a sleek, futuristic car with a metallic finish, featuring sharp, aerodynamic lines and glowing LED lights along the front and rear."' \
--form'aspect_ratio="16:9"' \
--form'seed="12"'