Skip to main content

POST /api/skills/generate

MethodPOST
Path/api/skills/generate
GroupSkills
Authnone — public endpoint
Sourceshared/api-core/src/routes/skills.ts

Call it

curl -X POST https://zeqsdk.com/api/skills/generate \
-H "Content-Type: application/json" \
-d '{"industry":"…","useCase":"…"}'

Public endpoint — no authentication required.

Reference