Get information about a specific AI tool, including its available models and parameters.
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
| Parameter | Type | Description |
|---|---|---|
slug | string | The tool identifier |
| Field | Type | Description |
|---|---|---|
slug | string | Tool identifier |
name | string | Display name |
description | string | Tool description |
type | string | Tool category |
outputType | string | Output media type |
thumbnail | string | Tool thumbnail URL |
models | array | Available models |
models[].slug | string | Model identifier (use in input.model) |
models[].name | string | Model display name |