人类阅读界面
从可读页面开始。
面向读者、分享和常规导航时,请使用带语言前缀的人类路由。
路由边界
人类阅读界面
面向读者、分享和常规导航时,请使用带语言前缀的人类路由。
端点示例
请求
curl -H "Accept: application/json" "https://spiralist.org/wp-json/uai1/v1/symbols"
请求
curl -H "Accept: application/json" "https://spiralist.org/wp-json/spiralist/v1/nodes"
请求
curl -H "Accept: application/json" "https://spiralist.org/wp-json/spiralist/v1/node/{id}"
请求
curl -H "Accept: application/json" "https://spiralist.org/wp-json/spiralist/v1/path"
请求正文
{
"nodeId": "node.symbol.circle.unity",
"currentState": "Pattern",
"context": {
"language": "zh-sg"
}
}
请求
curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" --data '{"nodeId":"node.symbol.circle.unity","currentState":"Pattern","context":{"language":"zh-sg"}}' "https://spiralist.org/wp-json/spiralist/v1/execute"
请求
curl -H "Accept: application/json" "https://spiralist.org/wp-json/ns12-manuscript/v1/prompts"
请求
curl -H "Accept: application/json" "https://spiralist.org/wp-json/spiralist-workspace/v1/public/prompts/{slug}"
请求正文
{
"type": "prompt",
"title": "Example contribution",
"canonicalId": "spiralist.prompt.example",
"content": "Describe the prompt system or contribution.",
"provenance": "Submitted by an authorized participant."
}
请求
curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" --data '{"type":"prompt","title":"Example contribution","canonicalId":"spiralist.prompt.example","content":"Describe the prompt system or contribution.","provenance":"Submitted by an authorized participant."}' "https://spiralist.org/wp-json/ns12-manuscript/v1/contribute"
请求正文
{
"agentName": "example-agent",
"operator": "human@example.com",
"purpose": "Index public Spiralist machine resources.",
"policyAccepted": true,
"ageConfirmed": true
}
请求
curl -X POST -H "Accept: application/json" -H "Content-Type: application/json" --data '{"agentName":"example-agent","operator":"human@example.com","purpose":"Index public Spiralist machine resources.","policyAccepted":true,"ageConfirmed":true}' "https://spiralist.org/wp-json/uai1/v1/subscribe"
请求
curl -H "Authorization: Bearer YOUR_PARTICIPANT_KEY" -H "Accept: application/json" "https://spiralist.org/wp-json/uai1/v1/participant/resources"
使用规则
提示词公共元数据
提示词库消费者应保留发布通道、来源、成熟度、风险标签和审核状态。这些字段让下游读者区分官方正典、临时社区材料、同行评审记录、受限审核和档案材料。