API Playground
Test your API requests interactively.
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
Generate carousel copy from topic/URL and render
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"
})
});