Get Image Metadata

    POSThttps://picnie.com/api/v1/get-image-metadata
    Retrieve metadata from a JPEG image using 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 retrieve metadata from.

    Example:https://picnie.s3.amazonaws.com/user_10/project_1867/input_7026_250628104733_meta.jpg

    Notes

    ⚠️ Authentication required