Video API Backend

Private Video Hosting API for Android App

API Endpoints

GET /api/videos.php

Get all videos in random order

GET /api/video.php?id={video_id}

Get single video details

GET /api/stream.php?id={video_id}

Stream video file

Authentication

All API requests require an API key in the request header:

X-API-Key: your_api_key_here
Admin Login

Status: API is running and ready to accept requests