0
Sites deployed
0
Total form submissions
0
Total deploys
Deploy API
# Deploy a new site curl -X POST https://pushlive.polsia.app/api/deploy \ -H "Content-Type: application/json" \ -d '{"html": "<!DOCTYPE html><html>...</html>", "name": "My Site"}' # Update an existing site (use your upload_token) curl -X POST https://pushlive.polsia.app/api/deploy \ -H "Authorization: Bearer YOUR_UPLOAD_TOKEN" \ -H "Content-Type: application/json" \ -d '{"html": "<!DOCTYPE html>...</html>"}'
Sites
No sites deployed yet. Use the API to deploy your first site.
Recent Form Submissions
No form submissions yet.