Model Aliases API Reference
This section covers all endpoints related to model aliases.
List Aliases
Endpoint:
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| X-Chutes-Hotkey | string | null | No | |
| X-Chutes-Signature | string | null | No | |
| X-Chutes-Nonce | string | null | No | |
| Authorization | string | null | No |
Responses
| Status Code | Description |
|---|---|
| 200 | Successful Response |
| 422 | Validation Error |
Authentication
This endpoint requires authentication.
Create Or Update Alias
Endpoint:
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| X-Chutes-Hotkey | string | null | No | |
| X-Chutes-Signature | string | null | No | |
| X-Chutes-Nonce | string | null | No | |
| Authorization | string | null | No |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| alias | string | Yes | |
| chute_ids | string[] | Yes |
Responses
| Status Code | Description |
|---|---|
| 201 | Successful Response |
| 422 | Validation Error |
Authentication
This endpoint requires authentication.
Delete Alias
Endpoint:
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| alias | string | Yes | |
| X-Chutes-Hotkey | string | null | No | |
| X-Chutes-Signature | string | null | No | |
| X-Chutes-Nonce | string | null | No | |
| Authorization | string | null | No |
Responses
| Status Code | Description |
|---|---|
| 204 | Successful Response |
| 422 | Validation Error |
Authentication
This endpoint requires authentication.