newmonitor api

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-15 14:24:49 +00:00
parent 5a08a558ef
commit 94f243f4a2
2 changed files with 18 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ const endpointGroups = [
{ path: "/v1/auth/sectors/", method: "GET" },
{ path: "/v1/auth/plans/", method: "GET" },
{ path: "/v1/auth/industries/", method: "GET" },
{ path: "/v1/auth/seed-keywords/", method: "GET" },
{ path: "/v1/auth/site-access/", method: "GET" },
],
},
{
@@ -38,6 +40,7 @@ const endpointGroups = [
endpoints: [
{ path: "/v1/planner/keywords/", method: "GET" },
{ path: "/v1/planner/keywords/auto_cluster/", method: "POST" },
{ path: "/v1/planner/keywords/bulk_delete/", method: "POST" },
{ path: "/v1/planner/clusters/", method: "GET" },
{ path: "/v1/planner/clusters/auto_generate_ideas/", method: "POST" },
{ path: "/v1/planner/ideas/", method: "GET" },
@@ -49,6 +52,7 @@ const endpointGroups = [
endpoints: [
{ path: "/v1/writer/tasks/", method: "GET" },
{ path: "/v1/writer/tasks/auto_generate_content/", method: "POST" },
{ path: "/v1/writer/tasks/bulk_update/", method: "POST" },
{ path: "/v1/writer/content/", method: "GET" },
{ path: "/v1/writer/content/generate_image_prompts/", method: "POST" },
{ path: "/v1/writer/images/", method: "GET" },
@@ -60,9 +64,14 @@ const endpointGroups = [
abbreviation: "SY",
endpoints: [
{ path: "/v1/system/prompts/", method: "GET" },
{ path: "/v1/system/author-profiles/", method: "GET" },
{ path: "/v1/system/strategies/", method: "GET" },
{ path: "/v1/system/settings/integrations/1/test/", method: "POST" },
{ path: "/v1/system/settings/account/", method: "GET" },
{ path: "/v1/billing/credits/balance/balance/", method: "GET" },
{ path: "/v1/billing/credits/usage/", method: "GET" },
{ path: "/v1/billing/credits/usage/summary/", method: "GET" },
{ path: "/v1/billing/credits/transactions/", method: "GET" },
],
},
];