cURL
curl --request GET \ --url https://api.edenai.run/v3/info/{feature}
{ "name": "<string>", "fullname": "<string>", "subfeatures": [ { "name": "<string>", "fullname": "<string>", "mode": "sync", "description": "<string>", "models": [] } ], "description": "<string>" }
List all subfeatures for a specific feature.
Args: feature: Feature name (e.g., ‘text’, ‘image’, ‘ocr’, ‘translation’)
Returns: Feature info with display names and list of subfeatures.
Successful Response
Info about a feature and its subfeatures.
Show child attributes
Was this page helpful?
Contact support