Add Watermark Image

    POSThttps://picnie.com/api/v1/add-watermark-image
    Add a watermark logo or image to another image, merging two images. Supports nine different positions for placement.

    Headers

    NameTypeDescription
    Authorization*
    string

    Pass api key in the authorization field

    Example:YOUR_API_KEY

    Body Parameters

    NameTypeDescription
    project_id*
    integer

    The ID of the project. Create one using Picnie's dashboard if needed.

    Example:1

    background_image_url*
    string

    URL of the background image.

    Example:https://picnie.com/data/raw_images/demo_bg1.jpg

    front_image_url*
    string

    URL of the watermark image.

    Example:https://picnie.com/data/raw_images/creativity.png

    position*
    string

    Position of the watermark. Values: tl (Top Left), tc (Top Center), tr (Top Right), ml (Middle Left), mc (Middle Center), mr (Middle Right), bl (Bottom Left), bc (Bottom Center), br (Bottom Right).

    Example:br

    image_max_width*
    string

    Maximum width of the output image.

    Example:800

    image_max_height*
    string

    Maximum height of the output image.

    Example:800

    Notes

    ⚠️ Authentication required