Get Feature Info
info
Get Feature Info
Get detailed information for a specific feature/subfeature.
Args: feature: Feature name (e.g., ‘text’, ‘image’, ‘ocr’, ‘translation’) subfeature: Subfeature name (e.g., ‘ai_detection’, ‘ocr’, ‘generation’) format: Schema output format (simplified or json_schema)
Returns:
- Feature and subfeature display names
- Input schema
- Output schema
- Available providers and their models
GET
Get Feature Info
Query Parameters
Schema format: 'simplified' for flat readable format, 'json_schema' for full Pydantic JSON Schema
Available options:
simplified, json_schema Response
Successful Response
Detailed response for a specific subfeature.
Available options:
sync, async