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.
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.
How to Create and Use Media Collections in Reels
- Open the Media Collections section in Reels.
- Click Add Collection to create a new storage space.
- Define Metadata Fields β for example:
- Claim ID
- Policy Number
- Document Type
- Upload Date
- Save & Publish the collection.
- Navigate to the Files section.
- Upload your media files (e.g., PDFs, images).
- While uploading, fill in the metadata fields for easy retrieval later.
- Save (or Save & Add New).
Each collection can hold multiple files, and every file can be downloaded, previewed, or deleted individually.
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
Real-World Example: Insurance Claim Processing
Scenario
A customer files a car accident claim.
The claims handler uploads the following into a Media Collection:
Photos of accident site
Police report (PDF)
Repair cost estimate (PDF)
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:
All claim-related documents stored in one central location
Instant search & retrieval via metadata filters
Reduces risk of lost or mismatched files
Speeds up claim verification and settlement process
Visual Workflow β Insurance Claim File Upload & Access
Customer β Insurance Web/Mobile App β Media Collections β Claims Processing Dashboard
Example Flow:
- Customer uploads files from the insurance mobile app.
- Files go into Media Collections with metadata.
- Claim officers fetch the files using APIs.
- Files are reviewed directly inside the dashboard.
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