cURL
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>" } ] }
List all available features and their subfeatures.
Returns features that exist in both the registry (technically supported) and database (have available providers).
Successful Response
Response for listing all features.
Show child attributes
Was this page helpful?
Contact support