Animated explainer — data flowing through nodes
Clean motion graphics animation showing data packets as small glowing orbs traveling through a network of interconnected nodes. The nodes are arranged in a tree structure, branching outward from a central server node on the left to multiple endpoint nodes on the right. Each data packet leaves a fading light trail as it travels along the connection lines. When packets reach nodes, the node pulses briefly. Color scheme uses white lines and nodes on a dark blue background, with data packets in bright cyan. The animation flows continuously from left to right, showing the concept of API request routing.
View API Code
curl -X POST https://runapi.ai/api/v1/happyhorse/text_to_video \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "happyhorse-text-to-video",
"prompt": "Clean motion graphics animation showing data packets as small glowing orbs traveling through a network of interconnected nodes. The nodes are arranged in a tree structure, branching outward from a central server node on the left to multiple endpoint nodes on the right. Each data packet leaves a fading light trail as it travels along the connection lines. When packets reach nodes, the node pulses briefly. Color scheme uses white lines and nodes on a dark blue background, with data packets in bright cyan. The animation flows continuously from left to right, showing the concept of API request routing."
}
JSON