Convert Image

    POSThttps://picnie.com/api/v1/convert-image
    Convert an image to a different format.

    Headers

    NameTypeDescription
    Authorization*
    string

    Pass api key in the authorization field

    Example:YOUR_API_KEY

    Body Parameters

    NameTypeDescription
    project_id*
    string

    The ID of the project.

    Example:8

    image_url*
    string

    URL of the image to convert.

    Example:https://picnie.s3.ap-south-1.amazonaws.com/user_1/project_8/ts_20240124094059image_ex.png

    output_format*
    string

    Target format. Values: webp, jpg, png.

    Example:webp

    Notes

    ⚠️ Authentication required