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

2 versions
v1.1.0 Latest
  • 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
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.
Find Models icon

Find Models

Fetches a paginated list of models.
Generate Image icon

Generate Image

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

Get Model

Fetches a single model by ID with a thumbnail.
Get Generation icon

Get Generation

Retrieve details about a specific generation using its ID.
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.