OCNORA

QuickChart

Business appsAPI keycredential probe

Render Chart.js charts, QR codes, word clouds, GraphViz diagrams and table images through QuickChart's hosted or self-hosted image API.

OCNORA ships 6 typed QuickChart operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://quickchart.io through the HTTP node with the same credential.

Operations 6

  • Create Chart URL
    Store a Chart.js configuration on QuickChart and return a short URL that renders it, so a chart can be embedded in an email or a page without putting the account's API key in front of the reader.
    quickchart.create_chart_url
  • Render Chart
    Render a Chart.js configuration to an image and emit it as a base64 file blob a storage, mail or Slack node can take straight from the wire.
    quickchart.render_chart
  • Render GraphViz Diagram
    Render a GraphViz DOT description as a diagram and emit it as a base64 file blob.
    quickchart.render_graphviz
  • Render QR Code
    Render a QR code for a URL or any other text and emit it as a base64 file blob.
    quickchart.render_qr
  • Render Table Image
    Render a table of rows and columns as a PNG and emit it as a base64 file blob, for a report or a chat message that cannot show HTML.
    quickchart.render_table
  • Render Word Cloud
    Render a word cloud from a block of text and emit it as a base64 file blob.
    quickchart.render_word_cloud

Run your first QuickChart workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.