Skip to main content

POST /api/contracts/generate

MethodPOST
Path/api/contracts/generate
GroupContract Generate
Authsession cookie
Sourceshared/api-core/src/routes/contractGenerate.ts

Call it

curl -X POST https://zeqsdk.com/api/contracts/generate \
-H "Content-Type: application/json" \
-d '{}'

Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.

Reference