ZioMark's HUB | API Documentation
DiscordAbout Me
  • 🔳Introduction
    • 🔐Authentication
  • 🔲GET Endpoints
    • ▫️Dec to Hex
    • ▫️Hex to Dec
    • ▫️Timetamp to Date
    • ▫️CFX
    • ▫️Date
    • ▫️Date & Time Formatter
    • ▫️Text over Image
    • ▫️Image over Image
    • ▫️Weather
    • ▫️Translate
    • ▫️Convert Currency
    • ▫️Geolocation
    • ▫️QR Code Generator
    • ▫️Image Format Converter
    • ▫️Key Generator
    • 🌐Bored
    • ▫️BMI Calculator
    • ▫️VAT Calculator
    • ▫️SEO Analyzer
    • ▫️Local Time
    • ▫️Discount Calculator
    • ▫️Discount Discover
  • 🔲POST Endpoints
    • ▫️HTML to PDF
    • ▫️Loan Calculator
    • ▫️Excel to CSV
Powered by GitBook
On this page
  • /image-over-image
  • Query Parameters
  • Example
  • Response
  • Errors
  1. GET Endpoints

Image over Image

This endpoint allows you to overlay one image on top of another image. You can specify the background image, overlay image, alignment, and size of the overlay.

/image-over-image

Query Parameters

  • background: URL of the background image.

  • overlay: URL of the overlay image.

  • alignment: Alignment of the overlay image. Possible values: topleft, topcenter, topright, middleleft, center, middleright, bottomleft, bottomcenter, bottomright. Default is center.

  • size: Size of the overlay image as a percentage of the background image width. Default is 100.

Example

GET /image-over-image?background=https://example.com/background.jpg&overlay=https://example.com/overlay.png&alignment=topright&size=50

Response

{
  "imageUrl": "https://i.imgur.com/abc123.jpg"
}

Errors

  • 500 Internal Server Error: Failed to generate or upload image.

PreviousText over ImageNextWeather

Last updated 1 year ago

🔲
▫️