General GPT ServerReference
v1.0.0
OAS 3.0.3

General ChatGPT Server

Local dev server

Client Libraries

Colors

Get color palette by input

Returns a color palette based on the input description.

Path Parameters
  • input
    Type:string
    required

    Description or theme for the color palette

Responses
  • application/json
  • application/json
  • application/json
Request Example forGET/colors/{input}
curl 'http://localhost:9999/v1/colors/{input}'
{
  "colors": [
    {
      "code": "#FF6F61",
      "name": "Coral"
    }
  ]
}

Manga (Collapsed)

Manga Operations

Models