Manage and deliver high-quality live video wallpapers through a secure REST API.
GET /api/v1/wallpapers
Header: x-api-key: YOUR_API_KEY
{
"success": true,
"data": {
"wallpapers": [
{
"order": 1,
"name": "Ocean Waves",
"url": "https://api.livewallpapers1.com/uploads/wallpapers/...",
"format": "MP4",
"status": "Published"
}
]
}
}Premium live wallpaper content API for modern applications
Deliver ordered live video wallpapers to mobile and web apps through a fast, secure REST API.
Every public endpoint requires an API key. Admin access is protected with JWT authentication.
Upload, reorder with drag-and-drop, publish, and manage wallpapers from a polished control panel.
All public routes require the x-api-key header
/api/v1/wallpapers/api/v1/wallpapers/:id/api/v1/wallpapers/api/v1/wallpapers/:id/api/v1/wallpapers/:id/api/v1/wallpapers/multi-upload/api/v1/wallpapers/zip-upload/api/v1/wallpapers/bulk-delete/api/admin/wallpapers/reorder