Brand kit fonts
List brand kit fonts
Request
curl -X 'GET' \
'https://api.thebrief.ai/v1/brandkit/{brandkitId}/fonts \
-H 'Authorization: Bearer eyJ...'Response
{
"response": {
"fonts": [
{
"id": number,
"name": string,
"family": string,
"subFamily": string,
"weight": number,
"version": string,
"fontFamilyUrl": string,
"fontFaceUrl": string
}
]
}
}Upload brand kit fonts
Request
Response
Delete brand kit fonts
Request
Response
Last updated

