Add Image Metadata

    POSThttps://picnie.com/api/v1/add-image-metadata
    Add metadata to a JPEG image specified by its URL.

    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:1867

    image_url*
    string

    URL of the JPEG image to add metadata to.

    Example:https://drive.google.com/file/d/1z3U5rtvIeRnN3DV9zjnknyomGXdQkOoR/view?usp=sharing

    metadata*
    object

    JSON object containing metadata fields (e.g., ImageDescription, Artist, Software, UserComment, Copyright, Make, Model, DateTimeOriginal).

    Example:{"ImageDescription": "Trip to Silliseth", "Artist": "Pradeep Soni", "Software": "Picnie", "UserComment": "Incredible view from the lake!", "Copyright": "All rights at Picnie", "Make": "Picnie API", "Model": "Picnie", "DateTimeOriginal": "2025:06:27 10:30:00"}

    Notes

    ⚠️ Authentication required