Upload a font
Authorization
ApiKeyAuth AuthorizationBearer <token>
API key from Settings → API Keys.
In: header
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"}Delete a brand image DELETE
Removes the image from the kit and deletes the file. Templates whose `src` still names its key will fail to render, so delete only what nothing references.
Delete a font DELETE
Removes the font. Templates that still name it keep rendering but in a substitute face, so run validate on them afterwards.