| Method | Path | Auth | Description | |--------|------|------|-------------| | GET | /api/exclusive/assets | ✅ (any logged‑in user) | List assets (filter by is_exclusive ). | | GET | /api/exclusive/assets/:id | ✅ | Return meta (no URL). | | POST | /api/exclusive/download/:id | ✅ (premium) | Validate, log, return signed redirect URL. | | POST | /admin/exclusive/assets | ✅ (admin) | Create a new asset. | | PUT | /admin/exclusive/assets/:id | ✅ (admin) | Update asset fields. | | DELETE | /admin/exclusive/assets/:id | ✅ (admin) | Soft‑delete (set is_exclusive = false ). |
The idea is to give registered users a safe, friction‑free way to download exclusive assets (videos, PDFs, binaries, etc.) that are hosted on Gofile.io. https gofileio d zp1m96 exclusive