Documentation-only operation for the taiku:init message the host posts into plugin iframes. This is not an HTTP endpoint.
Request Body
application/json
Virtual init message body.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/plugin-bridge/init" \ -H "Content-Type: application/json" \ -d '{ "type": "taiku:init", "pluginId": "string", "sessionId": "string" }'Empty
Virtual postMessage event envelope. POST
Documentation-only operation for `taiku:event` messages emitted by the host into plugin iframes. This is not an HTTP endpoint.
Virtual postMessage request envelope. POST
Documentation-only operation for `taiku:request` messages sent from a plugin iframe to the host. See `x-taiku-bridge-methods` for the exhaustive method catalog.