Link Search Menu Expand Document

Curl

Generate images from your terminal with cURL.

Live demo Get an API Key


Table of contents

Generate an image with cURL

Run this command in your terminal to generate an image using the API.

For more details on how this works, see Creating an image.

# Replace YOUR_API_KEY and otherParameters etc with proper values
curl "https://img.bruzu.com/?a.text=......&apiKey=YOUR_API_KEY&otherParameters" \
    -o "output.png"

Response

The API will return an image. Open the “output.png” to check results.

Need help?

Let us know : support@bruzu.com. We always respond within 24 hours.