v1

latestOpenAPI 3.0.3raw.githubusercontent.com2023-03-2673842.0 KB
v1/engines

list

List all engines available to your organization/user

get/engines/list

Headers

Organizationstring

Allows for requests to be scoped to an organization other than the user's default. If not provided, the user's default organization will be used.

Response

OK response.

descriptionstring required
idstring required

Unique identifier for the engine

namestring required

Name of the engine

type'AUDIO' | 'CLASSIFICATION' | 'PICTURE' | 'STORAGE' | 'TEXT' | 'VIDEO' required

The type of content this engine produces

Example response

[
  {
    "description": "Stability-AI Stable Diffusion v1.5",
    "id": "stable-diffusion-v1-5",
    "name": "Stable Diffusion v1.5",
    "type": "PICTURE"
  },
  {
    "description": "Stability-AI Stable Diffusion v2.1",
    "id": "stable-diffusion-512-v2-1",
    "name": "Stable Diffusion v2.1",
    "type": "PICTURE"
  },
  {
    "description": "Stability-AI Stable Diffusion 768 v2.1",
    "id": "stable-diffusion-768-v2-1",
    "name": "Stable Diffusion v2.1-768",
    "type": "PICTURE"
  }
]