Skip to main content

POST /api/zeq/apis/:slug

POST /api/zeq/apis/:slug Body: { name, base_url, auth_header?, schema_json?, rate_limit_per_min? }

MethodPOST
Path/api/zeq/apis/:slug
Authpublic (no key)
GroupPlatform · Apis Routes

Request

curl -X POST https://zeqsdk.com/api/zeq/apis/YOUR_MACHINE \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description

Generated from the node's own route registry (GET /api/endpoints) — this path is live.