API Reference
List Tools
Retrieve all available AI tools for image, video, audio, and 3D generation.
GET
Retrieve a list of all available AI tools.Documentation Index
Fetch the complete documentation index at: https://docs.artificialstudio.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
Response Fields
| 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 |