Skip to content

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 sign up for Doppio.

Go to the dashboard and copy your API key. The free plan is free forever.

❷ Send a request

Render PDF with Ruby - Net::HTTP

Webhook-driven responses

If your project needs webhook-based response handling, see our asynchronous method. It is a good fit for high-volume document processing, background jobs, and workflows where the user should not have to wait for the render to complete.

All rights reserved