v1

latestOpenAPI 3.0.3raw.githubusercontent.com2023-03-2662235.2 KB
v1alpha/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.

Authorizationstring required

Response

OK response.

Example response

{
  "engines": [
    {
      "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"
    }
  ]
}
All 6 operations