Media API
Feed media uploads, media preview cleanup, and Fluent Player video upload/content endpoints.
Authentication
Media routes are split across PortalPolicy and the Fluent Player integration routes.
Endpoints
| Method | Path | Edition | Operation | Controller |
|---|---|---|---|---|
POST | /feeds/media-upload | Core | Post Handle Media Upload | FeedsController@handleMediaUpload |
DELETE | /feeds/{feed_id}/media-preview | Core | Delete Delete Media Preview | FeedsController@deleteMediaPreview |
POST | /fluent-player/video-upload | Core | Upload Video | MediaController@uploadVideo |
GET | /fluent-player/video-content/{media_id} | Core | Get Video Content | MediaController@getFluentPlayerContent |