Dashboard
๐ข Templates Running
0
โ Active
๐ฆ Total Templates
0
โ ๏ธ Errors
0
๐พ Memory Usage
0MB
๐ Last Execution
Never
-
โธ๏ธ Stopped
0
Your Templates
API
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}