Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Media / Bruzu API
Bruzu API logo

Bruzu API

Agent-ready OpenAPI document · curated by JenticMediaImage ProcessingapiKey3 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Generate dynamic social media graphics, Open Graph images, and banners from templates with text, logo, and styling parameters returned as PNG, JPEG, or WebP.

Use for: Generate an Open Graph image for a blog post with the title and author name, I need to create a personalised social share image with the user's display name, Render a banner with a custom background colour and overlaid logo, List all image templates available in my Bruzu account

Not supported: Does not handle image hosting, asset CDN, or AI image synthesis from text prompts - use for template- and parameter-driven image rendering only.

Jentic publishes the only available OpenAPI specification for Bruzu API, keeping it validated and agent-ready. Bruzu is an image generation API that produces dynamic PNG, JPEG, and WebP images from reusable templates or URL query parameters. It is suited to social media graphics, Open Graph cards, banners, and personalised email images, with control over text, fonts, background colours, logos, and element positioning. Image requests can be issued via simple GET URLs for inline embedding or via POST with a JSON body for richer multi-element compositions.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Bruzu API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Bruzu API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fbruzu.com%2Fbruzu" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fbruzu.com%2Fbruzu" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Bruzu API.

Render Open Graph and social share images at 1200x630 with custom title text and brand colours

Compose multi-element graphics with text, logo, and shape primitives positioned by x and y pixel coordinates

Reuse saved templates by ID and override individual fields per request to produce per-recipient image variants

Output the same composition as PNG, JPEG, or WebP with adjustable JPEG and WebP quality

Overlay logos and background images from external URLs onto generated graphics

List available templates from a Bruzu account to drive automated image pipelines

Use Cases

Patterns agents use Bruzu API for, with concrete tasks.

★ Open Graph Image Generation

Generate per-page Open Graph and Twitter card images for blog posts, product pages, and landing pages without designing each one manually. Bruzu accepts the post title, author name, and brand colours as URL parameters and returns a 1200x630 PNG suitable for social sharing previews. Integration takes under an hour because the GET endpoint can be embedded directly in og:image meta tags.

Call generateImageGet with template=blog-og, a.text set to the post title, and b.text set to the author name, then return the resulting PNG URL

Personalised Marketing Graphics

Produce per-recipient marketing images for email campaigns, referral links, and onboarding flows. Each image can include the recipient's name, a personalised message, and the sender's logo overlaid at fixed coordinates. Bruzu renders the image on demand from a stored template, so a single template drives thousands of personalised variants without manual design work.

POST to / with a JSON body containing elements for the recipient's name, a logo overlay, and a brand background colour, then attach the returned image to an email

Template-Driven Brand Graphics

List, select, and render images from a Bruzu account's saved templates so non-designers can produce on-brand graphics from a structured catalogue. The /templates endpoint returns each template's ID, dimensions, and preview URL, which an agent can match to a request and then call the generation endpoint with the chosen template ID. Useful for marketing operations, e-commerce listing graphics, and event banners.

Call listTemplates, pick the template whose name matches 'product-card', then call generateImageGet with that template ID and the product name in a.text

AI Agent Image Composition

Allow an AI agent to assemble images on the fly from natural language by mapping descriptive parameters to Bruzu's element schema. Through Jentic, the agent searches for image generation, loads the JSON body shape for the POST endpoint, and submits an elements array containing text and image overlays at the requested positions. The agent never handles the API key directly because Jentic's vault injects it at execution time.

Use Jentic to search 'generate a branded image', load the generateImagePost schema, and execute it with an elements array containing a title text and a logo image overlay

Key Endpoints

3 endpoints — jentic publishes the only available openapi specification for bruzu api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

GET

/

Generate an image via URL query parameters

POST

/

Generate an image from a JSON body with elements array

GET

/templates

List available templates in the account

GET

/

Generate an image via URL query parameters

POST

/

Generate an image from a JSON body with elements array

GET

/templates

List available templates in the account

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Bruzu by hand means passing your apiKey as the query parameter on every request and building the template and parameter payload for each render yourself. Through Jentic you install once, import the Bruzu API from the API Directory, store the key once, and your agent calls it.

Permission scoping

Permission scoping

Bruzu takes the template and render parameters in the request, not as a resource id in the URL path, so scoping is operations-only: limit the agent to the operations it needs, such as rendering an image and listing templates. You choose which operations it may call.

Credential management

Credential isolation

Your Bruzu API key is stored once, encrypted, by your own Jentic One instance and injected as the apiKey query parameter at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'generate an Open Graph image from a template', and Jentic returns the matching Bruzu render operation with its parameter schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Buffer API

→

Schedules and publishes the social media posts that Bruzu generated images attach to

Choose Buffer alongside Bruzu when an agent needs to render a graphic and then post it to Twitter, LinkedIn, or Facebook on a schedule

Complementary

Bluesky API

→

Posts the rendered Bruzu image to the Bluesky social network

Pair with Bruzu when an agent should generate a share card and immediately publish it as a Bluesky post

Complementary

Bubble Data API

→

Stores generated image URLs and metadata in a no-code Bubble app

Use when a Bubble-based application needs to persist generated image references for later reuse

FAQs

Specific to using Bruzu API through Jentic.

Why is there no official OpenAPI spec for Bruzu API?

Bruzu does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Bruzu API via structured tooling. It is validated against the live API and kept up to date. Get started with Jentic One, the self-hosted execution layer.

What authentication does the Bruzu API use?

Bruzu uses an API key passed as the apiKey query parameter on every request. The key is obtained from the Bruzu dashboard. When called through Jentic, the apiKey is stored encrypted in your Jentic One instance and injected at execution time, so the raw key never enters the agent's prompt or context.

Can I generate Open Graph images with the Bruzu API?

Yes. Issue a GET request to / with width=1200, height=630, a template ID, and a.text set to the page title. Bruzu returns a PNG that can be served directly from your og:image meta tag. The same endpoint accepts backgroundColor, backgroundImage, logo, and per-element text and font parameters for fully branded cards.

What are the rate limits for the Bruzu API?

Specific rate limits are not published in the spec, but the API returns HTTP 429 when limits are exceeded. Check your plan in the Bruzu dashboard at https://bruzu.com for the current quota. When 429 is returned, retry with exponential backoff before falling back to a static image.

How do I generate a personalised image with the Bruzu API through Jentic?

Install the SDK with pip install jentic, then search for 'generate a branded image', load the generateImagePost schema, and execute with a JSON body containing an elements array. Jentic resolves the POST / endpoint, supplies the API key from the vault, and returns the rendered image binary.

What image formats does the Bruzu API support?

Bruzu returns PNG by default and supports JPEG and WebP via the format query parameter. JPEG and WebP also accept a quality parameter from 1 to 100 (default 90). Choose WebP at quality 85 for the smallest file size on web pages and PNG when transparency is required.

Can I limit what my agent is allowed to do with the Bruzu API?

Yes. Because you run Jentic One yourself, your own rules decide which Bruzu operations and credentials the agent may use. Bruzu takes the template and render parameters in the request body or query rather than as a resource ID in the URL, so scoping is operations-only: you can allow the agent to render images while withholding the ability to list account templates, or the reverse. Only the operations you enable, such as generating an image or listing templates, are exposed to the agent.

GET STARTED

Start building with Bruzu API

Explore with Jentic One
View OpenAPI Document