Manage and deliver high-quality live video wallpapers and battery charging animations through a secure, high-performance REST API.
GET /api/v1/animations
Header: x-api-key: YOUR_API_KEY
{
"success": true,
"data": {
"animations": [
{
"id": "60d5ec4b1a2b3c4d5e6f7a8b",
"name": "Neon Charging",
"url": "https://api.batteryanimation2.com/uploads/animations/neon.mp4",
"thumbnailUrl": "https://api.batteryanimation2.com/uploads/thumbnails/animations/neon.jpg",
"duration": 12.5,
"order": 1
}
]
}
}Premium live wallpaper and animation content API
Deliver ordered live video wallpapers to mobile and web apps through a fast, secure REST API.
Provide premium battery charging animations and loops categorized cleanly for client apps.
Every public endpoint requires an API key. Admin access is protected with JWT authentication.
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/zip-upload/api/v1/wallpapers/bulk-delete/api/admin/wallpapers/reorder/api/v1/animations/api/v1/animations/:id/api/v1/animations/api/v1/animations/:id/api/v1/animations/:id/api/v1/animations/zip-upload/api/v1/animations/bulk-delete/api/admin/animations/reorder