Automette docs

Set the brand palette

PATCH
/api/v1/brand_kit

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://example.com/api/v1/brand_kit" \  -H "Content-Type: application/json" \  -d '{    "colors": [      {        "name": "Brand blue",        "hex": "#085CC2"      },      {        "name": "Ink",        "hex": "#0b1120"      }    ]  }'
Empty