Images

Create a new image

Create a new image

POST https://api.socialsplash.app/me/images

This endpoint is used to create an image synchronously. It's recommended to use this method in case you need to generate multiple images at once that need to be pre-fetched; instead of generating them on-the-fly.

Request Body

Name
Type
Description

themeUuid*

data*

Json

Object with all the variables to be replaced.

format*

String

Can be either "jpg" or "png".

scale

Number

{
    "uuid": "b72cb5b2-aa25-4cc0-a8d9-a48e67f42c68",
    "url": "https://socialspla.sh/e25b913a8f92476c907890595128a1d7",
}

Last updated