upload_library_graphic
Upload JPEG, GIF, or PNG images to a Qualtrics library using a public URL or base64 bytes, making them publicly accessible.
Instructions
Upload a non-confidential JPEG, GIF, or PNG graphic to a Qualtrics library from either a public HTTPS URL or base64 bytes. Uploaded graphics can be publicly accessible through their resulting URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the graphic in Qualtrics | |
| folder | No | Optional Qualtrics library folder | |
| fileUrl | No | Public HTTPS image URL; mutually exclusive with contentBase64 | |
| filename | No | Filename used for a base64 upload | |
| libraryId | Yes | The library ID | |
| contentType | Yes | Graphic MIME type | |
| contentBase64 | No | Base64 image bytes; mutually exclusive with fileUrl and limited to 10 MB decoded |