Logo API Reference
This section covers all endpoints related to logo.
Create Logo
Create/upload a new logo.
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.
Render Logo
Logo image response.
Endpoint:
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
logo_id | string | Yes | |
extension | string | Yes |
Responses
Status Code | Description |
---|---|
200 | Successful Response |
422 | Validation Error |