POST
/plugin-bridge/initDocumentation-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 "/api/plugin-bridge/init" \ -H "Content-Type: application/json" \ -d '{ "type": "taiku:init", "pluginId": "string", "sessionId": "string" }'Empty