Skip to main content
GET
/
v2
/
tools
List Available Tools
curl --request GET \
  --url https://api.eden.art/v2/tools \
  --header 'X-Api-Key: <api-key>'
{
  "tools": [
    {
      "key": "<string>",
      "name": "<string>",
      "active": true,
      "description": "<string>",
      "output_type": "<string>",
      "cost_estimate": "<string>",
      "parameters": [
        {
          "name": "<string>",
          "label": "<string>",
          "description": "<string>",
          "type": "<string>",
          "required": true,
          "default": "<any>",
          "minimum": 123,
          "maximum": 123,
          "min": 123,
          "max": 123,
          "step": 123,
          "choices": [
            "<any>"
          ],
          "tip": "<string>"
        }
      ],
      "resolutions": [
        "<string>"
      ],
      "thumbnail": "<string>",
      "order": 123,
      "base_model": "<string>"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Query Parameters

hideParams
string

Set to "true" to hide parameters and resolutions

Response

200 - */*

Default Response

tools
Tool · object[]
required
I