Brand kit logos
Upload brand kit logos
This endpoint makes an HTTP GET request to upload logos to a brand kit.
Request
Method: POST
Endpoint:
https://api.creatopy.com/v1/brandkit/uploadLogos
Body:
brandkitId
(integer, required): The id of the brand kit.sources
([string], required): The source url of the logos.
Valid media file extensions:
jpg, jpeg, png, svg
Max sizes for media files: 20 MB.
For now, we only allow uploading from valid public direct links, not from google drive, dropbox or other sources.
Response
The response will be in JSON format with the following schema:
Last updated