Image Generation


To generate an image with the Placid REST API:

  1. Create an API project or add the API integration to your project in Placid
  2. Create and design your template
  3. Send your data and customizations to the API
  4. Poll the GET endpoint for status updates or use a webhook to get the generated image

{info} 1 image = 1 credit

Switch to test mode for free watermarked previews!

Example Call

// - POST to endpoint `https://api.placid.app/api/rest/ospo24ysn` (`ospo24ysn` = {template_uuid})

{
    ...

    "layers": {
        "img": {
            "image": "https://faywoodwildlife.com/images/lion-singh.jpg"
        },
        "subline": {
            "text": "Employee of the month"
        },
        "title": {
            "text": "Meet Singh"
        }
    },

    ...

    // Options for filename, size modifications, export,..
}