Run Canvas
Executes a canvas
Files
The Tela SDKs allows you to easily process files, such as PDFs, by creating a completion. Below is an example of processing a PDF document and receiving a file summary.
Streaming
The Tela SDKs provides a stream
option, which allows you to consume the stream of the completion. Below is an example of consuming a stream of the completion.
Webhook
The Tela SDKs provides a webhookUrl
option, which allows you to receive a webhook when the completion is finished. Below is an example of receiving a webhook when the completion is finished.
Body
The ID of the canvas to execute
Whether to make the execution async
Override default settings specified in the canvas. This allows for fine-tuning the completion behavior for this specific request.
Whether to stream the response
The variables to pass to the canvas
The URL to send webhooks to