πŸ“Œ Understanding Media Collections in Neutrinos Reels β€” with an Insurance Industry Use Case

:light_bulb: Why I’m Writing This

Media Collections are a powerful feature in Neutrinos Reels, but they’re not well-covered in official documentation or community discussions.
This guide aims to help beginners and practitioners understand what they are, how to use them effectively, and how they fit into real-world workflows.


:card_index_dividers: What is a Media Collection?

A Media Collection is like a smart, organized folder for storing media files β€” images, videos, PDFs, audio, or any document β€” along with descriptive metadata.

Metadata makes files searchable and manageable by adding structured information such as:

  • File name & size
  • Claim ID / Policy number (in insurance)
  • Upload date
  • File type (Image, PDF, Video, etc.)

Think of it as Google Drive with a built-in tagging system for your app’s backend.


:gear: How to Create and Use Media Collections in Reels

  1. Open the Media Collections section in Reels.
  2. Click Add Collection to create a new storage space.
  3. Define Metadata Fields β€” for example:
  • Claim ID
  • Policy Number
  • Document Type
  • Upload Date
  1. Save & Publish the collection.
  2. Navigate to the Files section.
  3. Upload your media files (e.g., PDFs, images).
  4. While uploading, fill in the metadata fields for easy retrieval later.
  5. Save (or Save & Add New).

:light_bulb: Each collection can hold multiple files, and every file can be downloaded, previewed, or deleted individually.


:magnifying_glass_tilted_left: How to Retrieve Files via API

  • Get a Collection (folder)
GET {{baseUrl}}/api/folder/fetchById
  • Get a Specific File
GET {{baseUrl}}/api/assets/{fileId}
  • Example Sandbox Base URL
https://sandbox.neutrinos-apps.com/cms-service

:automobile: Real-World Example: Insurance Claim Processing

Scenario

A customer files a car accident claim.
The claims handler uploads the following into a Media Collection:

  • :camera: Photos of accident site
  • :page_facing_up: Police report (PDF)
  • :memo: Repair cost estimate (PDF)
  • :identification_card: Customer ID proof

Each file is tagged with metadata:

Field Example Value
Claim ID CLM-2025-00123
Policy Number POL-445566
File Type Image / PDF
Upload Date 2025-08-14

Benefits in the Insurance Workflow:

:white_check_mark: All claim-related documents stored in one central location
:white_check_mark: Instant search & retrieval via metadata filters
:white_check_mark: Reduces risk of lost or mismatched files
:white_check_mark: Speeds up claim verification and settlement process


:bar_chart: Visual Workflow β€” Insurance Claim File Upload & Access

Customer β†’ Insurance Web/Mobile App β†’ Media Collections β†’ Claims Processing Dashboard

Example Flow:

  1. Customer uploads files from the insurance mobile app.
  2. Files go into Media Collections with metadata.
  3. Claim officers fetch the files using APIs.
  4. Files are reviewed directly inside the dashboard.

:speech_balloon: Final Note:
Whether you’re in insurance, banking, or healthcare β€” Media Collections can streamline document-heavy processes, improve accuracy, and save valuable time for both customers and back-office teams.

Thanks to @Rocky for the support and assistance

4 Likes

@Sam good one same hope see more best practices on Neutrinos Platform from your Side

3 Likes

Thank you, @Eldho . I’ll make sure to continue working on it consistently

2 Likes