Private by default默认私有
Keys, jobs, assets, credits, and reuse stay inside one workspace.Key、任务、资产、Credits 与复用都严格限定在同一工作区。
Use one generation core across the web and API. Every key is scoped to a workspace; every generation is private by default and idempotent.网页与 API 共用同一套生成核心。每个 Key 绑定一个工作区;每次生成默认私有,并支持幂等重试。
curl https://minglyph.com/v1/generations \
-H "Authorization: Bearer mg_live_…" \
-H "Idempotency-Key: launch-001" \
-H "Content-Type: application/json" \
-d '{
"text": "FLOW",
"meaning": "Every part carries the next",
"style": "editorial-line",
"visibility": "private"
}'Keys, jobs, assets, credits, and reuse stay inside one workspace.Key、任务、资产、Credits 与复用都严格限定在同一工作区。
Idempotency keys prevent duplicate jobs and duplicate credit charges.幂等 Key 防止重复任务和重复扣费。
Prompt and recipe versions preserve style behavior over time.Prompt 与配方版本会长期保留风格行为。
POST /v1/generationsGET /v1/generations/:idGET /v1/assets/:id