๐ŸŸข Templates Running
0
โœ“ Active
๐Ÿ“ฆ Total Templates
0
โš ๏ธ Errors
0
๐Ÿ’พ Memory Usage
0MB
๐Ÿ• Last Execution
Never
-
โธ๏ธ Stopped
0

Your Templates

Template Management

GET /api/dashboard/templates

List all templates

POST /api/dashboard/templates

Create new template

{
  "name": "Instagram Stories",
  "port": 5001,
  "webhook_url": "https://...",
  "bucket_name": "my-bucket"
}

Render Video

POST http://your-server:5001/api/render

Simplified API - only templateId needed

{
  "templateId": "your-template-id"
}

โœ“ Files auto-downloaded from Google Cloud Bucket

Instance Control

POST /api/dashboard/templates/{id}/start
POST /api/dashboard/templates/{id}/stop
DELETE /api/dashboard/templates/{id}