Placid generates thousands of visuals from custom templates with dynamic elements like text, colors or photos. Use data from any source to create auto-updating creatives with our APIs or nocode integrations.
Go to siteThe Placid API lets you automate the creation of visual content such as images and videos. With Pipedream, you can trigger workflows using various events, process data, and use the Placid API to dynamically generate marketing materials, social media graphics, personalized images for email campaigns, and more. Leveraging Pipedream's capabilities, you can integrate Placid with other apps to create robust, multi-step automations without writing extensive code.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
placid: {
type: "app",
app: "placid",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.placid.app/api/rest/templates`,
headers: {
Authorization: `Bearer ${this.placid.$auth.api_token}`,
},
})
},
})
Dynamic Social Media Content Creation: When a new blog post is published on your CMS (like WordPress), use Pipedream to detect the event, extract the post's title and featured image, and send this data to Placid. Placid generates a customized image for social media, which Pipedream then posts to platforms like Twitter or LinkedIn.
Personalized Email Campaign Images: Kick off a workflow whenever a user signs up for your service. Collect user-specific data and feed it into the Placid API to create a unique image, such as a welcome message or a membership card. Pipedream can then send the personalized image via an email service like SendGrid to the new user.
E-commerce Product Updates: Monitor changes to your e-commerce platform's product listings using Pipedream. When a product detail is updated or a new product is added, the workflow triggers the Placid API to generate updated product images or promotional banners. These can be automatically distributed across your social channels or used in targeted advertising campaigns.
Generate a new image based on a specified template. See the documentation
Creates a new PDF based on a specified template. See the documentation
Placid uses API keys for authentication. When you connect your Placid account, Pipedream securely stores the keys so you can easily authenticate to Placid APIs in both code and no-code steps.
To retrieve your API token,