- Split categories 5-15 into separate files for better organization - Added User, MAG, Enigma, Streams, Channel, Station, Movie, Series, Episode, Server, and Settings APIs - Each category now has its own dedicated documentation file - Total: 111 endpoints fully documented across 15 categories
1.1 KiB
1.1 KiB
Movie API - VOD Movie Management
VOD movie management endpoints.
📋 Available Operations
| Action | Method | Description |
|---|---|---|
create_movie |
POST | Create VOD movie |
edit_movie |
POST | Edit movie settings |
delete_movie |
POST | Remove movie |
enable_movie |
POST | Activate movie |
disable_movie |
POST | Suspend movie |
get_movie |
GET | Get movie details |
Quick Example
curl -X POST "http://your-server.com/cSbuFLhp/?api_key=API_KEY&action=create_movie" \
-d "name=The Matrix" \
-d "stream_source=http://cdn.example.com/matrix.mp4" \
-d "category_id=5" \
-d "plot=A computer hacker learns..." \
-d "year=1999" \
-d "cover=http://example.com/poster.jpg"
Movie Metadata Fields
name- Movie titlestream_source- Video file URLcategory_id- Category assignmentplot- Descriptionyear- Release yearcover- Poster image URLgenre- Movie genrecast- Cast membersdirector- Director namerating- IMDB/TMDB rating