Skip to content
On this page

Quick start with Ruby

Learn how to send your first request using Ruby.

❶ Prerequisites

To get the most out of this guide, you’ll need to register to Doppio.

Go to the dashboard and grab your API key, dont worry the free plan is free for ever.

❷ Send a request

Render PDF with Ruby - Net::HTTP

Webhook-driven responses

In scenarios where your project hinges on webhook-enabled asynchronous response handling, our asynchronous technique stands out as an optimal choice. This strategy shines in environments where background processing via webhook integration is a necessity. It's particularly effective for applications tasked with processing large numbers of documents, managing updates autonomously in real-time, or those incorporating PDF generation into extensive, automated workflows.

By choosing our asynchronous method, your application remains agile and efficient, navigating through complex or time-intensive operations with ease.

All rights reserved