v1.0.0
API Playground
Configuration
Enter your template ID and authentication token
Features
Select which features to include in your request
Add brand information
Update text and images
Create multi-slide carousel
Output Format
Choose your preferred export format
const response = await fetch("https://generate.contentdrips.com/render", {
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: "Bearer "
},
body: JSON.stringify({
"template_id": "",
"output": "png"
})
});