EverArt REST API allows you to create and retrieve text-to-image generations. The service is used for generating images from text prompts and managing models.

Changelog

3 versions
v1.1.1 Latest
  • Fixed a crash when a Find/List component saved an EMPTY result set to a CSV file — the header row was built from the first record without checking there was one, so a search that legitimately matched nothing failed the flow instead of writing an empty file.
v1.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.2
  • Initial version

Authentication

TypeDetails
API Key
API Key (text)
Log into your EverArt account and find your API Key.

Actions

7
Find Models icon

Find Models

Fetches a paginated list of models.
Create Model icon

Create Model

Creates a new model using an array of image URLs or upload tokens. Provide the model name, subject, and images.
Generate Image icon

Generate Image

Allows the creation of up to 10 images at once based on a prompt and model.
Get Generation icon

Get Generation

Retrieve details about a specific generation using its ID.
Get Model icon

Get Model

Fetches a single model by ID with a thumbnail.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the EverArt API.
Update Model icon

Update Model

Update an existing model's name or thumbnail by providing its ID and new data.