Cloudlayer

Integrate Cloudlayer with your AI workspace

cloudlayer.io is a document and asset generation service that enables users to dynamically create PDFs and images through a REST-based API, SDKs, or no-code integrations.

Explore Triggers and Actions

Add Storage

Add a user-owned S3-compatible storage configuration for storing generated assets. This action allows Enterprise plan users to configure their own S3-compatible storage (AWS S3, DigitalOcean Spaces, Wasabi, MinIO, etc.) instead of using the built-in cloud storage included with Cloudlayer accounts. Note: User storage is only available on Enterprise plans. Standard plans will receive an 'allowed: false' response indicating the feature requires a plan upgrade.

ActionTry it

Convert HTML to Image (V2)

Convert HTML content to an image (PNG, JPG, or WebP) using the v2 API endpoint. Renders the provided HTML string using a headless browser and returns job details with the generated image asset. Supports various rendering options including viewport configuration, transparency, auto-scroll, and custom wait conditions.

ActionTry it

Convert HTML to PDF (v2)

Tool to convert HTML content to PDF using CloudLayer v2 API. Use when you need to generate a PDF from raw HTML with advanced options like custom paper size, margins, headers/footers, and viewport settings. The HTML is automatically Base64 encoded before sending to the API.

ActionTry it

Convert URL to Image

Converts a webpage URL to an image (PNG, JPG, or WebP). Supports custom viewport settings, wait conditions, transparency, auto-scroll, and thumbnail preview generation. The API is asynchronous - use the returned job ID to poll for results.

ActionTry it

Convert URL to PDF

Tool to convert a URL to PDF with full parameter support. Use when you need advanced control over paper size, margins, headers/footers, or webhook callbacks.

ActionTry it

Convert URL to PDF (Simple)

Tool to convert a URL to PDF using GET request. Use when you need quick PDF conversion with minimal parameters and immediate result.

ActionTry it

Delete Storage Configuration

Tool to delete a specific user storage configuration. Use when you need to remove an external bucket configuration by its ID after confirming the ID is correct.

ActionTry it

Get Account Info

Tool to retrieve Cloudlayer account usage, credits, and document counts. Use when monitoring account limits and subscription status.

ActionTry it

Get API Status

Tool to test API reachability. Use when checking if the Cloudlayer API is available.

ActionTry it

Get Asset

Tool to retrieve a specific asset by its ID. Use when you need to fetch metadata or download URL of an existing asset after its generation.

ActionTry it

Get Job By ID

Retrieve details of a specific Cloudlayer job by its ID. Use this to check the status of an async job, get the asset download URL after completion, or view job parameters. Returns 401 if the job ID doesn't exist or doesn't belong to your account.

ActionTry it

Get Storage Configuration by ID

Tool to retrieve a specific storage configuration by its ID. Use when you need to inspect or validate details of a user storage configuration.

ActionTry it

List Assets

List assets in your CloudLayer account with cursor-based pagination. Returns PDFs and images generated via HTML/URL conversion jobs. Use this to find asset IDs for further operations like downloading or deleting assets.

ActionTry it

List Jobs

List jobs in your CloudLayer account with cursor-based pagination. Use when you need to view your recent jobs and their statuses.

ActionTry it

List Storage Configurations

Retrieves all user storage configurations (S3-compatible buckets) for the authenticated Cloudlayer account. Use this to view configured external storage destinations where generated documents can be saved. Note: User Storage is an Enterprise plan feature. Non-Enterprise accounts will receive an empty list.

ActionTry it

Template to PDF

Generate a PDF document from an HTML/Nunjucks template with dynamic data. Provide either: - A `templateId` for predefined templates from CloudLayer's template library, OR - A base64-encoded `template` string containing custom HTML/Nunjucks markup. The `data` parameter populates template variables (e.g., {{name}}, {{items}}) with your JSON data. By default, jobs run asynchronously and return a job ID to poll for completion via get_job_by_id.

ActionTry it
Cloudlayer integration | Dench