Retrieve all available AI tools for image, video, audio, and 3D generation.
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
| Field | Type | Description |
|---|---|---|
data | array | List of tools |
data[].slug | string | Tool identifier (use in /api/run) |
data[].name | string | Display name |
data[].description | string | Tool description |
data[].type | string | Tool category |
data[].outputType | string | Output media type: image, video, audio, text, object |
data[].thumbnail | string | Tool thumbnail URL |