edict_invoke
Send HTTP requests to deployed Edict WASM services to execute them and retrieve structured results, completing the deployment workflow.
Instructions
Invoke a deployed Edict WASM service via HTTP. Sends a request to the given URL with optional input and returns the structured result. Completes the deploy → invoke round-trip.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the deployed Edict service to invoke | |
| input | No | Request body to send to the service | |
| method | No | HTTP method (default: POST) | |
| timeoutMs | No | Request timeout in milliseconds (default: 10000) | |
| headers | No | Additional HTTP headers to send |