From 4c9cbe9d2c622e623a6fa6ecb71f96216112524d Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 8 Jun 2026 16:59:32 -0300 Subject: [PATCH] API Doc --- api_doc.html | 792 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 792 insertions(+) create mode 100644 api_doc.html diff --git a/api_doc.html b/api_doc.html new file mode 100644 index 0000000..f98f446 --- /dev/null +++ b/api_doc.html @@ -0,0 +1,792 @@ + + + + + +DEREZ.AI / API Reference + + + + + +
+
+ DEREZ.AI + / + API Reference +
+
— endpoints
+
+ + +
+
+
+ + + + +
+
/ endpoints
+
+
+ + +
+ + +
+
+ /agent/list + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/agent/list
GET?email=List all agents for a userhttps://n8n.derez.ai/webhook/73b31740-d2c7-46d7-ab71-7a3fef5f77ff
+
+ + +
+
+ /agent/info + 2 endpoints +
+
+ + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/agent/info
GET?uuid=Get agent server detailshttps://n8n.derez.ai/webhook/e01d06a3-14c3-4e4e-830f-7d4be9a5f529
/agent/info
POST{uuid, key, value}Set agent metadata — name/title (key:"comment"), wizard flag (key:"WIZZARD")https://n8n.derez.ai/webhook/e01d06a3-14c3-4e4e-830f-7d4be9a5f529
+
+ + +
+
+ /agent/key + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/agent/key
GET?uuid=Get API key info for an agenthttps://n8n.derez.ai/webhook/1f1a6a11-727b-4965-a59a-fde77806d27f
+
+ + +
+
+ /agent/password + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/agent/password
POST{uuid, email, password}Update instance root passwordhttps://n8n.derez.ai/webhook/51098cf4-ecfd-4db4-8977-db04f01ce2b1
+
+ + +
+
+ /agent/service/restart + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/agent/service/restart
POST{uuid, email, action:"restart"}Restart agent serverhttps://n8n.derez.ai/webhook/dac205df-66e0-4728-90e5-d784cde167af
+
+ + +
+
+ /agent/service/backup + 3 endpoints +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/agent/service/backup
GET?uuid=List backups for agenthttps://n8n.derez.ai/webhook/30eaa32f-378a-4963-9d80-533229d25766
/agent/service/backup
POST{uuid}Create a new backuphttps://n8n.derez.ai/webhook/30eaa32f-378a-4963-9d80-533229d25766
/agent/service/backup
PUT{uuid, email, action:"restore", archive_name}Restore a backuphttps://n8n.derez.ai/webhook/30eaa32f-378a-4963-9d80-533229d25766
+
+ + +
+
+ /account/login + 2 endpoints +
+
+ + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/account/login
POST{email, password}Sign in — returns {sessionid}https://n8n.derez.ai/webhook/e256310a-6627-45ba-a221-599751943fe6
/account/login
DELETE{sessionid} + X-Session-Id headerSign outhttps://n8n.derez.ai/webhook/e256310a-6627-45ba-a221-599751943fe6
+
+ + +
+
+ /account/password/init_change + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/account/password/init_change
POST{email}Request password reset emailhttps://n8n.derez.ai/webhook/c2ce0eba-eb26-405d-8a90-8d982ec30698
+
+ + +
+
+ /account/password/change + 2 endpoints +
+
+ + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/account/password/change
POST{email, password}Change password while logged inhttps://n8n.derez.ai/webhook/4644f196-a31c-4d1a-b76e-03e9afe39302
/account/password/change
PUT{token, password, email}Confirm password reset from email linkhttps://n8n.derez.ai/webhook/c2ce0eba-eb26-405d-8a90-8d982ec30698
+
+ + +
+
+ /account/contract + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/account/contract
GET?uuid=Get contract / subscription detailshttps://n8n.derez.ai/webhook/18591766-147e-4bcb-b9ac-b0f9a92e74bf
+
+ + +
+
+ /admin/dns + 3 endpoints +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/admin/dns
GETList DNS recordshttps://n8n.derez.ai/webhook/4ad0c89f-ab8c-45ee-bad1-9321ce94dd64
/admin/dns
POST{action:"create", name, type, content, ttl, is_disabled}Create DNS recordhttps://n8n.derez.ai/webhook/4ad0c89f-ab8c-45ee-bad1-9321ce94dd64
/admin/dns
DELETE{name, type}Delete DNS recordhttps://n8n.derez.ai/webhook/4ad0c89f-ab8c-45ee-bad1-9321ce94dd64
+
+ + +
+
+ /admin/instance + 3 endpoints +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/admin/instance
GETList all instanceshttps://n8n.derez.ai/webhook/bb369f27-244c-4f8a-869b-f787050619a2
/admin/instance
PUT{uuid, ssh_port, ram, cpu}Edit instance metadatahttps://n8n.derez.ai/webhook/bb369f27-244c-4f8a-869b-f787050619a2
/admin/instance
DELETE{uuid}Delete instancehttps://n8n.derez.ai/webhook/bb369f27-244c-4f8a-869b-f787050619a2
+
+ + +
+
+ /admin/key + 2 endpoints +
+
+ + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/admin/key
GETList all API keys (admin)https://n8n.derez.ai/webhook/a001374f-d8c0-4430-9b47-9f1e9ab134c3
/admin/key
DELETE{name}Delete API keyhttps://n8n.derez.ai/webhook/a001374f-d8c0-4430-9b47-9f1e9ab134c3
+
+ + +
+
+ /admin/backup-repo + 2 endpoints +
+
+ + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/admin/backup-repo
GETList backup repositorieshttps://n8n.derez.ai/webhook/69c0c632-df3b-457f-affe-b725f217f9a2
/admin/backup-repo
DELETE{id}Delete backup repositoryhttps://n8n.derez.ai/webhook/69c0c632-df3b-457f-affe-b725f217f9a2
+
+ + +
+
+ /admin/server + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/admin/server
GETServer health and monitoring datahttps://n8n.derez.ai/webhook/78c0c2b8-e497-4d44-8f26-fec34217513c
+
+ + +
+
+ /etc/signup + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/etc/signup
POST{email, password, agent, location}Create account and hire agent — returns {checkout_url}https://n8n.derez.ai/webhook/4de196b7-2ad2-4f9a-9b4d-dc8d3b30865b
+
+ + +
+
+ /etc/coupon + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/etc/coupon
POST{code}Validate and apply coupon codehttps://n8n.derez.ai/webhook/fd6375cb-6d73-4482-bfa3-ef8365f43a67
+
+ + +
+
+ /etc/chat + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/etc/chat
POST{message, sessionId, email}Support chat messagehttps://n8n.derez.ai/webhook/a58d00c4-f0c9-40cd-bb50-4f45f0442ef0
+
+ + +
+
+ /etc/referral + 1 endpoint +
+
+ + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
/etc/referral
POST{referrer, friend_name, friend_email, uuid}Send referral invitehttps://n8n.derez.ai/webhook/5bb4169d-284a-4006-8952-fcc325da2d22
+
+ +
No endpoints match your search.
+ + +
+ + + +