API Reference
Get Tool Details
Get information about a specific AI tool, including its available models and parameters.
GET
Get information about a tool, including its available models.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 |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
slug | string | The tool identifier |
Response Fields
| 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 |