From 57c3992d8677437f374b8e72fb60eab1164360ef Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 8 Jun 2026 17:00:32 -0300 Subject: [PATCH] copy --- api_doc.html | 3155 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 2417 insertions(+), 738 deletions(-) diff --git a/api_doc.html b/api_doc.html index f98f446..de8718a 100644 --- a/api_doc.html +++ b/api_doc.html @@ -1,792 +1,2471 @@ - + - - - -DEREZ.AI / API Reference - - - + /* ── FOOTER ── */ + #footer { + text-align: center; + color: var(--text-muted); + font-size: 11px; + padding: 28px 0 8px; + border-top: 1px solid var(--border); + margin-top: 12px; + letter-spacing: 0.04em; + } + #footer a { + color: var(--accent); + text-decoration: none; + } + #footer a:hover { + text-decoration: underline; + } + + + + +
+
+ DEREZ.AI + / + API Reference +
+
— endpoints
+
- -
-
- DEREZ.AI - / - API Reference -
-
— endpoints
-
+ +
+
+
+ + + + + +
+
+ / + endpoints +
+
+
- -
-
-
- - - - -
-
/ endpoints
-
-
+ +
+ +
+
+ /agent/list + 1 endpoint +
+
+ + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /agent/list +
+
+ GET + ?email=List all agents for a user + https://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 details + https://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/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/key + 1 endpoint +
+
+ + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /agent/key +
+
+ GET + ?uuid=Get API key info for an agent + https://n8n.derez.ai/webhook/1f1a6a11-727b-4965-a59a-fde77806d27f +
+
+
- -
-
- /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/password + 1 endpoint +
+
+ + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /agent/password +
+
+ POST + + {uuid, email, password} + Update instance root password + https://n8n.derez.ai/webhook/51098cf4-ecfd-4db4-8977-db04f01ce2b1 +
+
+
- -
-
- /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/service/restart + 1 endpoint +
+
+ + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /agent/service/restart +
+
+ POST + + {uuid, email, action:"restart"} + Restart agent server + https://n8n.derez.ai/webhook/dac205df-66e0-4728-90e5-d784cde167af +
+
+
- -
-
- /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/backup + 3 endpoints +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /agent/service/backup +
+
+ GET + ?uuid=List backups for agent + https://n8n.derez.ai/webhook/30eaa32f-378a-4963-9d80-533229d25766 +
+
+ /agent/service/backup +
+
+ POST + {uuid}Create a new backup + https://n8n.derez.ai/webhook/30eaa32f-378a-4963-9d80-533229d25766 +
+
+ /agent/service/backup +
+
+ PUT + + {uuid, email, action:"restore", + archive_name} + Restore a backup + https://n8n.derez.ai/webhook/30eaa32f-378a-4963-9d80-533229d25766 +
+
+
- -
-
- /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
-
+ +
+
+ /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 header + Sign out + https://n8n.derez.ai/webhook/e256310a-6627-45ba-a221-599751943fe6 +
+
+
- -
-
- /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/password/init_change + 1 endpoint +
+
+ + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /account/password/init_change +
+
+ POST + {email}Request password reset email + https://n8n.derez.ai/webhook/c2ce0eba-eb26-405d-8a90-8d982ec30698 +
+
+
- -
-
- /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/change + 2 endpoints +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /account/password/change +
+
+ POST + + {email, password} + Change password while logged in + https://n8n.derez.ai/webhook/4644f196-a31c-4d1a-b76e-03e9afe39302 +
+
+ /account/password/change +
+
+ PUT + + {token, password, email} + Confirm password reset from email link + https://n8n.derez.ai/webhook/c2ce0eba-eb26-405d-8a90-8d982ec30698 +
+
+
- -
-
- /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/contract + 1 endpoint +
+
+ + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /account/contract +
+
+ GET + ?uuid=Get contract / subscription details + https://n8n.derez.ai/webhook/18591766-147e-4bcb-b9ac-b0f9a92e74bf +
+
+
- -
-
- /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
-
+ +
+
+ /admin/dns + 3 endpoints +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /admin/dns +
+
+ GET + List DNS records + https://n8n.derez.ai/webhook/4ad0c89f-ab8c-45ee-bad1-9321ce94dd64 +
+
+ /admin/dns +
+
+ POST + + {action:"create", name, type, content, + ttl, is_disabled} + Create DNS record + https://n8n.derez.ai/webhook/4ad0c89f-ab8c-45ee-bad1-9321ce94dd64 +
+
+ /admin/dns +
+
+ DELETE + + {name, type} + Delete DNS record + https://n8n.derez.ai/webhook/4ad0c89f-ab8c-45ee-bad1-9321ce94dd64 +
+
+
- -
-
- /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/instance + 3 endpoints +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /admin/instance +
+
+ GET + List all instances + https://n8n.derez.ai/webhook/bb369f27-244c-4f8a-869b-f787050619a2 +
+
+ /admin/instance +
+
+ PUT + + {uuid, ssh_port, ram, cpu} + Edit instance metadata + https://n8n.derez.ai/webhook/bb369f27-244c-4f8a-869b-f787050619a2 +
+
+ /admin/instance +
+
+ DELETE + {uuid}Delete instance + https://n8n.derez.ai/webhook/bb369f27-244c-4f8a-869b-f787050619a2 +
+
+
- -
-
- /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/key + 2 endpoints +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /admin/key +
+
+ GET + List all API keys (admin) + https://n8n.derez.ai/webhook/a001374f-d8c0-4430-9b47-9f1e9ab134c3 +
+
+ /admin/key +
+
+ DELETE + {name}Delete API key + https://n8n.derez.ai/webhook/a001374f-d8c0-4430-9b47-9f1e9ab134c3 +
+
+
- -
-
- /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/backup-repo + 2 endpoints +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /admin/backup-repo +
+
+ GET + List backup repositories + https://n8n.derez.ai/webhook/69c0c632-df3b-457f-affe-b725f217f9a2 +
+
+ /admin/backup-repo +
+
+ DELETE + {id}Delete backup repository + https://n8n.derez.ai/webhook/69c0c632-df3b-457f-affe-b725f217f9a2 +
+
+
- -
-
- /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/server + 1 endpoint +
+
+ + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /admin/server +
+
+ GET + Server health and monitoring data + https://n8n.derez.ai/webhook/78c0c2b8-e497-4d44-8f26-fec34217513c +
+
+
- -
-
- /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
-
+ +
+
+ /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 +
+
+
- -
-
- /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/coupon + 1 endpoint +
+
+ + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /etc/coupon +
+
+ POST + {code}Validate and apply coupon code + https://n8n.derez.ai/webhook/fd6375cb-6d73-4482-bfa3-ef8365f43a67 +
+
+
- -
-
- /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/chat + 1 endpoint +
+
+ + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /etc/chat +
+
+ POST + + {message, sessionId, email} + Support chat message + https://n8n.derez.ai/webhook/a58d00c4-f0c9-40cd-bb50-4f45f0442ef0 +
+
+
- -
-
- /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/referral + 1 endpoint +
+
+ + + + + + + + + + + + + + + + + + + +
PathMethodQuery / BodyWhat it doesOld Webhook URL
+
+ /etc/referral +
+
+ POST + + {referrer, friend_name, friend_email, + uuid} + Send referral invite + https://n8n.derez.ai/webhook/5bb4169d-284a-4006-8952-fcc325da2d22 +
+
+
- -
-
- /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
-
+
No endpoints match your search.
- -
-
- /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.
+ - + cntVis.textContent = vis; + noRes.style.display = vis === 0 ? "block" : "none"; + }); + })(); + +