Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3001/api/v1/brand-kit \ --header 'x-api-key: <api-key>'
{ "success": true, "brandKits": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "website": "<string>", "isPrimary": true, "companyName": "<string>", "colorCount": 123, "hasLogo": true, "previewColors": [ "<string>" ], "logoUrl": "<string>", "primaryFont": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ], "count": 123, "message": "<string>" }
Unified API key for server-side SDK and API integrations
Default Response
Show child attributes