Skip to main content
GET
/
v3
/
info
List Features
curl --request GET \
  --url https://api.edenai.run/v3/info
{
  "features": [
    {
      "name": "<string>",
      "fullname": "<string>",
      "subfeatures": [
        {
          "name": "<string>",
          "fullname": "<string>",
          "mode": "sync",
          "description": "<string>",
          "models": []
        }
      ],
      "description": "<string>"
    }
  ]
}

Response

200 - application/json

Successful Response

Response for listing all features.

features
FeatureInfo · object[]
required