curl --request POST \
--url https://api.supapost.so/generate/slides \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>"
}
'{
"slides": [
{
"name": "Intro",
"background": {
"type": "gradient",
"gradientFrom": "#1a1a2e",
"gradientTo": "#16213e",
"gradientAngle": 135
}
}
],
"texts": [
{
"slideIndex": 0,
"text": {
"content": "Rise & Grind",
"fontSize": 96,
"fontWeight": 800,
"x": 90,
"y": 800,
"width": 900,
"color": "#ffffff",
"textAlign": "center",
"lineHeight": 1.2,
"letterSpacing": 0,
"textTransform": "none",
"textShadow": {
"enabled": true,
"color": "#000000",
"offsetX": 2,
"offsetY": 2,
"blur": 4
},
"textBackground": {
"enabled": true,
"color": "#000000",
"paddingX": 12,
"paddingY": 6
},
"textStroke": {
"enabled": false,
"color": "#000000",
"width": 2
}
}
}
],
"images": [
{
"slideIndex": 0,
"imageUrl": "https://cdn.supapost.so/assets/team123/1712000000-bg-slide-1.jpg"
}
]
}
Generate a TikTok slideshow with AI-created backgrounds and text overlays
curl --request POST \
--url https://api.supapost.so/generate/slides \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>"
}
'{
"slides": [
{
"name": "Intro",
"background": {
"type": "gradient",
"gradientFrom": "#1a1a2e",
"gradientTo": "#16213e",
"gradientAngle": 135
}
}
],
"texts": [
{
"slideIndex": 0,
"text": {
"content": "Rise & Grind",
"fontSize": 96,
"fontWeight": 800,
"x": 90,
"y": 800,
"width": 900,
"color": "#ffffff",
"textAlign": "center",
"lineHeight": 1.2,
"letterSpacing": 0,
"textTransform": "none",
"textShadow": {
"enabled": true,
"color": "#000000",
"offsetX": 2,
"offsetY": 2,
"blur": 4
},
"textBackground": {
"enabled": true,
"color": "#000000",
"paddingX": 12,
"paddingY": 6
},
"textStroke": {
"enabled": false,
"color": "#000000",
"width": 2
}
}
}
],
"images": [
{
"slideIndex": 0,
"imageUrl": "https://cdn.supapost.so/assets/team123/1712000000-bg-slide-1.jpg"
}
]
}
Bearer <supabase-jwt>.{
"slides": [
{
"name": "Intro",
"background": {
"type": "gradient",
"gradientFrom": "#1a1a2e",
"gradientTo": "#16213e",
"gradientAngle": 135
}
}
],
"texts": [
{
"slideIndex": 0,
"text": {
"content": "Rise & Grind",
"fontSize": 96,
"fontWeight": 800,
"x": 90,
"y": 800,
"width": 900,
"color": "#ffffff",
"textAlign": "center",
"lineHeight": 1.2,
"letterSpacing": 0,
"textTransform": "none",
"textShadow": {
"enabled": true,
"color": "#000000",
"offsetX": 2,
"offsetY": 2,
"blur": 4
},
"textBackground": {
"enabled": true,
"color": "#000000",
"paddingX": 12,
"paddingY": 6
},
"textStroke": {
"enabled": false,
"color": "#000000",
"width": 2
}
}
}
],
"images": [
{
"slideIndex": 0,
"imageUrl": "https://cdn.supapost.so/assets/team123/1712000000-bg-slide-1.jpg"
}
]
}