Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3001/api/v1/styles \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "7c1a9e02-3d4b-4f8a-9b2c-1e0d5a6f3b8c", "name": "Acme Brand", "url": "https://acme.com", "logoUrl": "https://cdn.example.com/styleguides/usr_8a2f3c/7c1a9e02/logo.png", "palette": [ "#FF0066", "#1A1A2E", "#FFFFFF" ] } ], "nextCursor": null }
Cursor-paginated.
Opaque pagination cursor returned as nextCursor by a prior call.
nextCursor
Max items per page.
1 <= x <= 50
OK
Show child attributes