{"id":134,"date":"2026-03-21T22:47:19","date_gmt":"2026-03-21T14:47:19","guid":{"rendered":"https:\/\/pa.yingzhi8.cn\/index.php\/2026\/03\/21\/gateway-openresponses-http-api\/"},"modified":"2026-03-21T23:28:53","modified_gmt":"2026-03-21T15:28:53","slug":"gateway-openresponses-http-api","status":"publish","type":"post","link":"https:\/\/pa.yingzhi8.cn\/index.php\/2026\/03\/21\/gateway-openresponses-http-api\/","title":{"rendered":"OpenResponses API"},"content":{"rendered":"<h1>OpenResponses API<\/h1>\n<h1>OpenResponses API\uff08HTTP\uff09<\/h1>\n<p>OpenClaw \u7684 Gateway \u7f51\u5173 \u7f51\u5173\u53ef\u4ee5\u63d0\u4f9b\u517c\u5bb9 OpenResponses \u7684 <code>POST \/v1\/responses<\/code> \u7aef\u70b9\u3002<\/p>\n<p>\u6b64\u7aef\u70b9<strong>\u9ed8\u8ba4\u7981\u7528<\/strong>\u3002\u8bf7\u5148\u5728\u914d\u7f6e\u4e2d\u542f\u7528\u3002<\/p>\n<ul>\n<li><code>POST \/v1\/responses<\/code><\/li>\n<li>\u4e0e Gateway \u7f51\u5173 \u7f51\u5173\u76f8\u540c\u7684\u7aef\u53e3\uff08WS + HTTP \u591a\u8def\u590d\u7528\uff09\uff1a<code>http:\/\/&lt;gateway-host&gt;:&lt;port&gt;\/v1\/responses<\/code><\/li>\n<\/ul>\n<p>\u5e95\u5c42\u5b9e\u73b0\u4e2d\uff0c\u8bf7\u6c42\u4f5c\u4e3a\u6b63\u5e38\u7684 Gateway \u7f51\u5173 \u7f51\u5173\u667a\u80fd\u4f53\u8fd0\u884c\u6267\u884c\uff08\u4e0e <code>openclaw agent<\/code> \u76f8\u540c\u7684\u4ee3\u7801\u8def\u5f84\uff09\uff0c\u56e0\u6b64\u8def\u7531\/\u6743\u9650\/\u914d\u7f6e\u4e0e\u4f60\u7684 Gateway \u7f51\u5173 \u7f51\u5173\u4e00\u81f4\u3002<\/p>\n<h2>\u8ba4\u8bc1<\/h2>\n<p>\u4f7f\u7528 Gateway \u7f51\u5173 \u7f51\u5173\u8ba4\u8bc1\u914d\u7f6e\u3002\u53d1\u9001 bearer \u4ee4\u724c\uff1a<\/p>\n<ul>\n<li><code>Authorization: Bearer &lt;token&gt;<\/code><\/li>\n<\/ul>\n<p>\u8bf4\u660e\uff1a<\/p>\n<ul>\n<li>\u5f53 <code>gateway.auth.mode=\"token\"<\/code> \u65f6\uff0c\u4f7f\u7528 <code>gateway.auth.token<\/code>\uff08\u6216 <code>OPENCLAW_GATEWAY_TOKEN<\/code>\uff09\u3002<\/li>\n<li>\u5f53 <code>gateway.auth.mode=\"password\"<\/code> \u65f6\uff0c\u4f7f\u7528 <code>gateway.auth.password<\/code>\uff08\u6216 <code>OPENCLAW_GATEWAY_PASSWORD<\/code>\uff09\u3002<\/li>\n<\/ul>\n<h2>\u9009\u62e9\u667a\u80fd\u4f53<\/h2>\n<p>\u65e0\u9700\u81ea\u5b9a\u4e49\u5934\uff1a\u5728 OpenResponses <code>model<\/code> \u5b57\u6bb5\u4e2d\u7f16\u7801\u667a\u80fd\u4f53 id\uff1a<\/p>\n<ul>\n<li><code>model: \"openclaw:&lt;agentId&gt;\"<\/code>\uff08\u793a\u4f8b\uff1a<code>\"openclaw:main\"<\/code>\u3001<code>\"openclaw:beta\"<\/code>\uff09<\/li>\n<li><code>model: \"agent:&lt;agentId&gt;\"<\/code>\uff08\u522b\u540d\uff09<\/li>\n<\/ul>\n<p>\u6216\u901a\u8fc7\u5934\u6307\u5b9a\u7279\u5b9a\u7684 OpenClaw \u667a\u80fd\u4f53\uff1a<\/p>\n<ul>\n<li><code>x-openclaw-agent-id: &lt;agentId&gt;<\/code>\uff08\u9ed8\u8ba4\uff1a<code>main<\/code>\uff09<\/li>\n<\/ul>\n<p>\u9ad8\u7ea7\uff1a<\/p>\n<ul>\n<li><code>x-openclaw-session-key: &lt;sessionKey&gt;<\/code> \u5b8c\u5168\u63a7\u5236\u4f1a\u8bdd\u8def\u7531\u3002<\/li>\n<\/ul>\n<h2>\u542f\u7528\u7aef\u70b9<\/h2>\n<p>\u5c06 <code>gateway.http.endpoints.responses.enabled<\/code> \u8bbe\u7f6e\u4e3a <code>true<\/code>\uff1a<\/p>\n<p>&#8220;`json5  theme={&#8220;theme&#8221;:{&#8220;light&#8221;:&#8221;min-light&#8221;,&#8221;dark&#8221;:&#8221;min-dark&#8221;}}<br \/>\n{<br \/>\n  \u7f51\u5173: {<br \/>\n    http: {<br \/>\n      endpoints: {<br \/>\n        responses: { enabled: true },<br \/>\n      },<br \/>\n    },<br \/>\n  },<br \/>\n}<\/p>\n<pre><code>\n## \u7981\u7528\u7aef\u70b9\n\n\u5c06 `gateway.http.endpoints.responses.enabled` \u8bbe\u7f6e\u4e3a `false`\uff1a\n\n```json5  theme={&quot;theme&quot;:{&quot;light&quot;:&quot;min-light&quot;,&quot;dark&quot;:&quot;min-dark&quot;}}\n{\n  gateway: {\n    http: {\n      endpoints: {\n        responses: { enabled: false },\n      },\n    },\n  },\n}\n<\/code><\/pre>\n<h2>\u4f1a\u8bdd\u884c\u4e3a<\/h2>\n<p>\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u7aef\u70b9<strong>\u6bcf\u4e2a\u8bf7\u6c42\u90fd\u662f\u65e0\u72b6\u6001\u7684<\/strong>\uff08\u6bcf\u6b21\u8c03\u7528\u751f\u6210\u65b0\u7684\u4f1a\u8bdd\u952e\uff09\u3002<\/p>\n<p>\u5982\u679c\u8bf7\u6c42\u5305\u542b OpenResponses <code>user<\/code> \u5b57\u7b26\u4e32\uff0cGateway \u7f51\u5173 \u7f51\u5173\u4f1a\u4ece\u4e2d\u6d3e\u751f\u7a33\u5b9a\u7684\u4f1a\u8bdd\u952e\uff0c\u8fd9\u6837\u91cd\u590d\u8c03\u7528\u53ef\u4ee5\u5171\u4eab\u667a\u80fd\u4f53\u4f1a\u8bdd\u3002<\/p>\n<h2>\u8bf7\u6c42\u7ed3\u6784\uff08\u652f\u6301\u7684\uff09<\/h2>\n<p>\u8bf7\u6c42\u9075\u5faa OpenResponses API\uff0c\u4f7f\u7528\u57fa\u4e8e item \u7684\u8f93\u5165\u3002\u5f53\u524d\u652f\u6301\uff1a<\/p>\n<ul>\n<li><code>input<\/code>\uff1a\u5b57\u7b26\u4e32\u6216 item \u5bf9\u8c61\u6570\u7ec4\u3002<\/li>\n<li><code>instructions<\/code>\uff1a\u5408\u5e76\u5230\u7cfb\u7edf\u63d0\u793a\u4e2d\u3002<\/li>\n<li><code>tools<\/code>\uff1a\u5ba2\u6237\u7aef\u5de5\u5177\u5b9a\u4e49\uff08\u51fd\u6570\u5de5\u5177\uff09\u3002<\/li>\n<li><code>tool_choice<\/code>\uff1a\u8fc7\u6ee4\u6216\u8981\u6c42\u5ba2\u6237\u7aef\u5de5\u5177\u3002<\/li>\n<li><code>stream<\/code>\uff1a\u542f\u7528 SSE \u6d41\u5f0f\u4f20\u8f93\u3002<\/li>\n<li><code>max_output_tokens<\/code>\uff1a\u5c3d\u529b\u800c\u4e3a\u7684\u8f93\u51fa\u9650\u5236\uff08\u53d6\u51b3\u4e8e\u63d0\u4f9b\u5546\uff09\u3002<\/li>\n<li><code>user<\/code>\uff1a\u7a33\u5b9a\u7684\u4f1a\u8bdd\u8def\u7531\u3002<\/li>\n<\/ul>\n<p>\u63a5\u53d7\u4f46<strong>\u5f53\u524d\u5ffd\u7565<\/strong>\uff1a<\/p>\n<ul>\n<li><code>max_tool_calls<\/code><\/li>\n<li><code>reasoning<\/code><\/li>\n<li><code>metadata<\/code><\/li>\n<li><code>store<\/code><\/li>\n<li><code>previous_response_id<\/code><\/li>\n<li><code>truncation<\/code><\/li>\n<\/ul>\n<h2>Item\uff08\u8f93\u5165\uff09<\/h2>\n<h3><code>message<\/code><\/h3>\n<p>\u89d2\u8272\uff1a<code>system<\/code>\u3001<code>developer<\/code>\u3001<code>user<\/code>\u3001<code>assistant<\/code>\u3002<\/p>\n<ul>\n<li><code>system<\/code> \u548c <code>developer<\/code> \u8ffd\u52a0\u5230\u7cfb\u7edf\u63d0\u793a\u3002<\/li>\n<li>\u6700\u8fd1\u7684 <code>user<\/code> \u6216 <code>function_call_output<\/code> item \u6210\u4e3a&#8221;\u5f53\u524d\u6d88\u606f&#8221;\u3002<\/li>\n<li>\u8f83\u65e9\u7684 user\/assistant \u6d88\u606f\u4f5c\u4e3a\u4e0a\u4e0b\u6587\u5386\u53f2\u5305\u542b\u3002<\/li>\n<\/ul>\n<h3><code>function_call_output<\/code>\uff08\u57fa\u4e8e\u56de\u5408\u7684\u5de5\u5177\uff09<\/h3>\n<p>\u5c06\u5de5\u5177\u7ed3\u679c\u53d1\u9001\u56de\u6a21\u578b\uff1a<\/p>\n<p>&#8220;`json  theme={&#8220;theme&#8221;:{&#8220;light&#8221;:&#8221;min-light&#8221;,&#8221;dark&#8221;:&#8221;min-dark&#8221;}}<br \/>\n{<br \/>\n  &#8220;type&#8221;: &#8220;function_call_output&#8221;,<br \/>\n  &#8220;call_id&#8221;: &#8220;call_123&#8221;,<br \/>\n  &#8220;output&#8221;: &#8220;{&#8220;temperature&#8221;: &#8220;72F&#8221;}&#8221;<br \/>\n}<\/p>\n<pre><code>\n### `reasoning` \u548c `item_reference`\n\n\u4e3a\u4e86 schema \u517c\u5bb9\u6027\u800c\u63a5\u53d7\uff0c\u4f46\u5728\u6784\u5efa\u63d0\u793a\u65f6\u5ffd\u7565\u3002\n\n## \u5de5\u5177\uff08\u5ba2\u6237\u7aef\u51fd\u6570\u5de5\u5177\uff09\n\n\u4f7f\u7528 `tools: [{ type: &quot;function&quot;, function: { name, description?, parameters? } }]` \u63d0\u4f9b\u5de5\u5177\u3002\n\n\u5982\u679c\u667a\u80fd\u4f53\u51b3\u5b9a\u8c03\u7528\u5de5\u5177\uff0c\u54cd\u5e94\u8fd4\u56de\u4e00\u4e2a `function_call` \u8f93\u51fa item\u3002\u7136\u540e\u4f60\u53d1\u9001\u5e26\u6709 `function_call_output` \u7684\u540e\u7eed\u8bf7\u6c42\u4ee5\u7ee7\u7eed\u56de\u5408\u3002\n\n## \u56fe\u50cf\uff08`input_image`\uff09\n\n\u652f\u6301 base64 \u6216 URL \u6765\u6e90\uff1a\n\n```json  theme={&quot;theme&quot;:{&quot;light&quot;:&quot;min-light&quot;,&quot;dark&quot;:&quot;min-dark&quot;}}\n{\n  &quot;type&quot;: &quot;input_image&quot;,\n  &quot;source&quot;: { &quot;type&quot;: &quot;url&quot;, &quot;url&quot;: &quot;https:\/\/example.com\/image.png&quot; }\n}\n<\/code><\/pre>\n<p>\u5141\u8bb8\u7684 MIME \u7c7b\u578b\uff08\u5f53\u524d\uff09\uff1a<code>image\/jpeg<\/code>\u3001<code>image\/png<\/code>\u3001<code>image\/gif<\/code>\u3001<code>image\/webp<\/code>\u3002<br \/>\n\u6700\u5927\u5927\u5c0f\uff08\u5f53\u524d\uff09\uff1a10MB\u3002<\/p>\n<h2>\u6587\u4ef6\uff08<code>input_file<\/code>\uff09<\/h2>\n<p>\u652f\u6301 base64 \u6216 URL \u6765\u6e90\uff1a<\/p>\n<p>&#8220;`json  theme={&#8220;theme&#8221;:{&#8220;light&#8221;:&#8221;min-light&#8221;,&#8221;dark&#8221;:&#8221;min-dark&#8221;}}<br \/>\n{<br \/>\n  &#8220;type&#8221;: &#8220;input_file&#8221;,<br \/>\n  &#8220;source&#8221;: {<br \/>\n    &#8220;type&#8221;: &#8220;base64&#8221;,<br \/>\n    &#8220;media_type&#8221;: &#8220;text\/plain&#8221;,<br \/>\n    &#8220;data&#8221;: &#8220;SGVsbG8gV29ybGQh&#8221;,<br \/>\n    &#8220;filename&#8221;: &#8220;hello.txt&#8221;<br \/>\n  }<br \/>\n}<\/p>\n<pre><code>\n\u5141\u8bb8\u7684 MIME \u7c7b\u578b\uff08\u5f53\u524d\uff09\uff1a`text\/plain`\u3001`text\/markdown`\u3001`text\/html`\u3001`text\/csv`\u3001`application\/json`\u3001`application\/pdf`\u3002\n\n\u6700\u5927\u5927\u5c0f\uff08\u5f53\u524d\uff09\uff1a5MB\u3002\n\n\u5f53\u524d\u884c\u4e3a\uff1a\n\n* \u6587\u4ef6\u5185\u5bb9\u88ab\u89e3\u7801\u5e76\u6dfb\u52a0\u5230**\u7cfb\u7edf\u63d0\u793a**\uff0c\u800c\u4e0d\u662f\u7528\u6237\u6d88\u606f\uff0c\u6240\u4ee5\u5b83\u4fdd\u6301\u4e34\u65f6\u6027\uff08\u4e0d\u6301\u4e45\u5316\u5728\u4f1a\u8bdd\u5386\u53f2\u4e2d\uff09\u3002\n* PDF \u88ab\u89e3\u6790\u63d0\u53d6\u6587\u672c\u3002\u5982\u679c\u53d1\u73b0\u7684\u6587\u672c\u5f88\u5c11\uff0c\u524d\u51e0\u9875\u4f1a\u88ab\u6805\u683c\u5316\u4e3a\u56fe\u50cf\u5e76\u4f20\u9012\u7ed9\u6a21\u578b\u3002\n\nPDF \u89e3\u6790\u4f7f\u7528 Node \u53cb\u597d\u7684 `pdfjs-dist` legacy \u6784\u5efa\uff08\u65e0 worker\uff09\u3002\u73b0\u4ee3 PDF.js \u6784\u5efa\u671f\u671b\u6d4f\u89c8\u5668 worker\/DOM \u5168\u5c40\u53d8\u91cf\uff0c\u56e0\u6b64\u4e0d\u5728 Gateway \u7f51\u5173\u4e2d\u4f7f\u7528\u3002\n\nURL \u83b7\u53d6\u9ed8\u8ba4\u503c\uff1a\n\n* `files.allowUrl`\uff1a`true`\n* `images.allowUrl`\uff1a`true`\n* \u8bf7\u6c42\u53d7\u5230\u4fdd\u62a4\uff08DNS \u89e3\u6790\u3001\u79c1\u6709 IP \u963b\u6b62\u3001\u91cd\u5b9a\u5411\u9650\u5236\u3001\u8d85\u65f6\uff09\u3002\n\n## \u6587\u4ef6 + \u56fe\u50cf\u9650\u5236\uff08\u914d\u7f6e\uff09\n\n\u9ed8\u8ba4\u503c\u53ef\u5728 `gateway.http.endpoints.responses` \u4e0b\u8c03\u6574\uff1a\n\n```json5  theme={&quot;theme&quot;:{&quot;light&quot;:&quot;min-light&quot;,&quot;dark&quot;:&quot;min-dark&quot;}}\n{\n  gateway: {\n    http: {\n      endpoints: {\n        responses: {\n          enabled: true,\n          maxBodyBytes: 20000000,\n          files: {\n            allowUrl: true,\n            allowedMimes: [\n              &quot;text\/plain&quot;,\n              &quot;text\/markdown&quot;,\n              &quot;text\/html&quot;,\n              &quot;text\/csv&quot;,\n              &quot;application\/json&quot;,\n              &quot;application\/pdf&quot;,\n            ],\n            maxBytes: 5242880,\n            maxChars: 200000,\n            maxRedirects: 3,\n            timeoutMs: 10000,\n            pdf: {\n              maxPages: 4,\n              maxPixels: 4000000,\n              minTextChars: 200,\n            },\n          },\n          images: {\n            allowUrl: true,\n            allowedMimes: [&quot;image\/jpeg&quot;, &quot;image\/png&quot;, &quot;image\/gif&quot;, &quot;image\/webp&quot;],\n            maxBytes: 10485760,\n            maxRedirects: 3,\n            timeoutMs: 10000,\n          },\n        },\n      },\n    },\n  },\n}\n<\/code><\/pre>\n<p>\u7701\u7565\u65f6\u7684\u9ed8\u8ba4\u503c\uff1a<\/p>\n<ul>\n<li><code>maxBodyBytes<\/code>\uff1a20MB<\/li>\n<li><code>files.maxBytes<\/code>\uff1a5MB<\/li>\n<li><code>files.maxChars<\/code>\uff1a200k<\/li>\n<li><code>files.maxRedirects<\/code>\uff1a3<\/li>\n<li><code>files.timeoutMs<\/code>\uff1a10s<\/li>\n<li><code>files.pdf.maxPages<\/code>\uff1a4<\/li>\n<li><code>files.pdf.maxPixels<\/code>\uff1a4,000,000<\/li>\n<li><code>files.pdf.minTextChars<\/code>\uff1a200<\/li>\n<li><code>images.maxBytes<\/code>\uff1a10MB<\/li>\n<li><code>images.maxRedirects<\/code>\uff1a3<\/li>\n<li><code>images.timeoutMs<\/code>\uff1a10s<\/li>\n<\/ul>\n<h2>\u6d41\u5f0f\u4f20\u8f93\uff08SSE\uff09<\/h2>\n<p>\u8bbe\u7f6e <code>stream: true<\/code> \u63a5\u6536 Server-Sent Events\uff08SSE\uff09\uff1a<\/p>\n<ul>\n<li><code>Content-Type: text\/event-stream<\/code><\/li>\n<li>\u6bcf\u4e2a\u4e8b\u4ef6\u884c\u662f <code>event: &lt;type&gt;<\/code> \u548c <code>data: &lt;json&gt;<\/code><\/li>\n<li>\u6d41\u4ee5 <code>data: [DONE]<\/code> \u7ed3\u675f<\/li>\n<\/ul>\n<p>\u5f53\u524d\u53d1\u51fa\u7684\u4e8b\u4ef6\u7c7b\u578b\uff1a<\/p>\n<ul>\n<li><code>response.created<\/code><\/li>\n<li><code>response.in_progress<\/code><\/li>\n<li><code>response.output_item.added<\/code><\/li>\n<li><code>response.content_part.added<\/code><\/li>\n<li><code>response.output_text.delta<\/code><\/li>\n<li><code>response.output_text.done<\/code><\/li>\n<li><code>response.content_part.done<\/code><\/li>\n<li><code>response.output_item.done<\/code><\/li>\n<li><code>response.completed<\/code><\/li>\n<li><code>response.failed<\/code>\uff08\u51fa\u9519\u65f6\uff09<\/li>\n<\/ul>\n<h2>\u7528\u91cf<\/h2>\n<p>\u5f53\u5e95\u5c42\u63d0\u4f9b\u5546\u62a5\u544a\u4ee4\u724c\u8ba1\u6570\u65f6\uff0c<code>usage<\/code> \u4f1a\u88ab\u586b\u5145\u3002<\/p>\n<h2>\u9519\u8bef<\/h2>\n<p>\u9519\u8bef\u4f7f\u7528\u5982\u4e0b JSON \u5bf9\u8c61\uff1a<\/p>\n<p>&#8220;`json  theme={&#8220;theme&#8221;:{&#8220;light&#8221;:&#8221;min-light&#8221;,&#8221;dark&#8221;:&#8221;min-dark&#8221;}}<br \/>\n{ &#8220;error&#8221;: { &#8220;message&#8221;: &#8220;&#8230;&#8221;, &#8220;type&#8221;: &#8220;invalid_request_error&#8221; } }<\/p>\n<pre><code>\n\u5e38\u89c1\u60c5\u51b5\uff1a\n\n* `401` \u7f3a\u5c11\/\u65e0\u6548\u8ba4\u8bc1\n* `400` \u65e0\u6548\u8bf7\u6c42\u4f53\n* `405` \u9519\u8bef\u7684\u65b9\u6cd5\n\n## \u793a\u4f8b\n\n\u975e\u6d41\u5f0f\uff1a\n\n```bash  theme={&quot;theme&quot;:{&quot;light&quot;:&quot;min-light&quot;,&quot;dark&quot;:&quot;min-dark&quot;}}\ncurl -sS http:\/\/127.0.0.1:18789\/v1\/responses \n  -H 'Authorization: Bearer YOUR_TOKEN' \n  -H 'Content-Type: application\/json' \n  -H 'x-openclaw-agent-id: main' \n  -d '{\n    &quot;model&quot;: &quot;openclaw&quot;,\n    &quot;input&quot;: &quot;hi&quot;\n  }'\n<\/code><\/pre>\n<p>\u6d41\u5f0f\uff1a<\/p>\n<p><code>bash  theme={\"theme\":{\"light\":\"min-light\",\"dark\":\"min-dark\"}}<br \/>\ncurl -N http:\/\/127.0.0.1:18789\/v1\/responses<br \/>\n  -H 'Authorization: Bearer YOUR_TOKEN'<br \/>\n  -H 'Content-Type: application\/json'<br \/>\n  -H 'x-openclaw-agent-id: main'<br \/>\n  -d '{<br \/>\n    \"model\": \"openclaw\",<br \/>\n    \"stream\": true,<br \/>\n    \"input\": \"hi\"<br \/>\n  }'<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>OpenResponses API OpenResponses API\uff08HTTP\uff09 OpenClaw \u7684 Ga [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-134","post","type-post","status-publish","format-standard","hentry","category-docs"],"_links":{"self":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts\/134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/comments?post=134"}],"version-history":[{"count":2,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts\/134\/revisions"}],"predecessor-version":[{"id":817,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/posts\/134\/revisions\/817"}],"wp:attachment":[{"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/media?parent=134"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/categories?post=134"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pa.yingzhi8.cn\/index.php\/wp-json\/wp\/v2\/tags?post=134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}