—
Total Pages
—
Last Published
35.194.13.172
Server IP
Published Pages
🔑 API Keys
Manage API keys for agent-to-agent integration. Use these keys to publish pages programmatically.
Quick Start — Publish via API
curl -X POST https://document.innovaccer.app/api/v1/publish \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My Page",
"html_content": "<!DOCTYPE html><html>...</html>",
"overwrite": true
}'