Brand Kits
List Brand kits
This endpoint makes an HTTP GET request to retrieve brand kits based on the provided keyword and limit.
Request
Method: GET
Endpoint:
https://api.creatopy.com/v1beta/brandkits
Query Parameters:
keyword
(query parameter) - The keyword to search brand kits.limit
(query parameter) - The maximum number of brand kits to retrieve.
Response
The response will be in JSON format with the following structure:
totalCount
(number) - The total count of brand kits matching the search criteria.nodes
(array) - An array of brand kit nodes.pageInfo
(object) - Information about the pagination, including whether there is a next page and the end cursor.
Create Brand kits
This endpoint allows you to create a new brand kit.
Request
Method: POST
Endpoint:
https://api.creatopy.com/v1beta/brandkits/create
Body:
name
(string, required): The name of the brand kit.
Response
The response is a JSON object with the following schema: