POST
/plugin-bridge/eventDocumentation-only operation for taiku:event messages emitted by the host into plugin iframes. This is not an HTTP endpoint.
Request Body
application/json
Virtual event message body.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "/api/plugin-bridge/event" \ -H "Content-Type: application/json" \ -d '{ "type": "taiku:event", "event": { "type": "string", "sessionId": "string", "timestamp": 0, "data": {} } }'Empty