Upload animation videos, control display order with drag-and-drop, and serve them through a secure API — all from one premium dashboard.
GET /api/v1/animations
Header: x-api-key: YOUR_API_KEY
{
"success": true,
"data": {
"animations": [
{
"order": 1,
"name": "animation1",
"url": "https://api.batteryanimation1.com/uploads/animations/...",
"format": "MP4",
"status": "Published"
}
]
}
}Deliver ordered animation videos 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 animations from a polished control panel.
All public routes require the x-api-key header
/api/v1/animations/api/v1/animations/:id/api/v1/animations/api/v1/animations/:id/api/v1/animations/:id/api/admin/animations/reorderIntegrate the Animation API in minutes
https://api.batteryanimation1.com/api/v1Fast
Secure
Reliable
Example Request
curl -X GET "https://api.batteryanimation1.com/api/v1/animations" \ -H "x-api-key: YOUR_API_KEY" \ -H "Accept: application/json"