Automette docs

Upload a font

POST
/api/v1/brand_kit/fonts

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/brand_kit/fonts" \  -H "Content-Type: application/json" \  -d '{    "filename": "string",    "content_base64": "string"  }'
{  "id": "cm4bka8e20001js04xq2v9k3m",  "filename": "Anton-Regular.ttf",  "family": "Anton",  "self": "https://automette.com/api/v1/brand_kit/fonts/cm4bka8e20001js04xq2v9k3m"}