GET
/
v2
/
tools
/
{toolKey}
Get Tool Details
curl --request GET \
  --url https://api.eden.art/v2/tools/{toolKey} \
  --header 'X-Api-Key: <api-key>'
{
  "tool": {
    "key": "<string>",
    "name": "<string>",
    "active": true,
    "description": "<string>",
    "output_type": "<string>",
    "cost_estimate": "<string>",
    "parameters": [
      "<any>"
    ],
    "resolutions": [
      "<string>"
    ],
    "thumbnail": "<string>",
    "order": 123,
    "base_model": "<string>"
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

toolKey
string
required

Response

200 - */*

Default Response

tool
object
required