
ImageFX API
Pricing
$12.00/month + usage

ImageFX API
This actor uses the ImageFX API to generate images from a list of text prompts. It supports multiple authentication tokens, configurable image count, choice of file extension (JPEG or PNG), a seed value for reproducibility, and optional ZIP archive creation for the generated images.
0.0 (0)
Pricing
$12.00/month + usage
0
Total users
1
Monthly users
1
Last modified
a day ago
Auth Tokens
authList
arrayRequired
List of authorization tokens used for generating images. If not provided, tokens will be retrieved from KeyValueStore.
Image Count
count
integerOptional
The number of images to generate per prompt.
Default value of this property is 4
Image File Extension
fileExtension
EnumOptional
File extension for saved images.
Value options:
"jpeg": string"png": string
Default value of this property is "jpeg"
Max Images to Generate
maxImagesToGenerate
integerOptional
Target number of images to be generated in total.
Default value of this property is 100
Create ZIP File
createZip
booleanOptional
Whether to create a ZIP file containing all the generated images.
Default value of this property is false