ImageFX API avatar
ImageFX API

Pricing

$12.00/month + usage

Go to Store
ImageFX API

ImageFX API

Developed by

Iqbal R

Iqbal R

Maintained by Community

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

authListarrayRequired

List of authorization tokens used for generating images. If not provided, tokens will be retrieved from KeyValueStore.

Prompts

promptListarrayRequired

List of prompts to generate images for.

Image Count

countintegerOptional

The number of images to generate per prompt.

Default value of this property is 4

Seed

seedintegerOptional

Random seed for image generation.

Image File Extension

fileExtensionEnumOptional

File extension for saved images.

Value options:

"jpeg": string"png": string

Default value of this property is "jpeg"

Max Images to Generate

maxImagesToGenerateintegerOptional

Target number of images to be generated in total.

Default value of this property is 100

Create ZIP File

createZipbooleanOptional

Whether to create a ZIP file containing all the generated images.

Default value of this property is false

Delay (ms)

delayintegerOptional

Delay (in milliseconds) between requests to the image generation API.

Default value of this property is 1000

Max Retries

maxRetriesintegerOptional

Maximum number of retry attempts in case of failure.

Default value of this property is 3