Figma Plugin for Template API
Turn your Figma frames into dynamic API endpoints for automated image generation.
Features
- Create dynamic templates from Figma frames
- Map Figma layers to dynamic parameters
- Generate shareable preview URLs
- Seamless integration with Figma plugin
Use Cases
- • Generate dynamic marketing assets
- • Create personalized social media images
- • Automate visual content workflows
- • Design templates with live previews
Quick Start
curl -X POST \
https://api.samplr.io/v1/figma/generate \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{
"template_id": "figma_frame_id",
"params": {
"title": "Dynamic Title",
"image": "https://example.com/image.jpg",
"description": "Your content here"
}
}'