Themes
Themes are the scaffold of SocialSplash. You use themes to make a generic template of your images. You can include dynamic images, texts and colors and generate infinite amount of images.
Creating a new theme
Create a new theme.
POST
https://api.socialsplash.app/me/themes
Normally you wouldn't need to create themes through API as it's easier to use our theme editor. Althrough if you know what you're doing, you can create programmatically your themes. It's recommended to check the Theme model to understand its specificities.
Request Body
Get all the current account's themes.
GET
https://api.socialsplash.app/me/themes
Last updated