Skip to main content
The Media Library is where the images you reference from widgets, report covers, and branding live. It isn’t a standalone page — it opens as a modal wherever you choose an image, such as an Image widget’s source, report cover and theme backgrounds, and the company, account, and client branding settings. Uploads go to S3-backed storage. Oviond generates a pre-signed URL, the file uploads directly from your browser, and the metadata row is committed once the upload finishes.
1

Open the Media Library

Trigger it from any image picker — for example, an Image widget’s source or a branding logo control.
2

Switch to the Upload tab

The modal has a Library tab and an Upload tab. Open Upload.
3

Add files

Drag images onto the drop-zone or click to open the file picker. You can select multiple files at once.
4

Upload

Click Upload files. Each file uploads in parallel, then appears in the Library tab.

Supported files

The Upload tab accepts images only: JPEG, PNG, GIF, SVG, and WebP.

Limits

  • Up to 25 MB per file.
  • Up to 10 files per upload batch.
For logos and branding, prefer SVG — it stays crisp at every report resolution and renders cleanly in PDF export.

API

The upload flow is two steps. POST /v1/media/presigned-url (send file_name, content_type, and size) creates the media row and returns an upload_url, the S3 key, and the new media_id. Upload the file with an HTTP PUT to upload_url, then confirm the display name with PUT /v1/media/{id}.