Instant Caching
ETS-powered memory caching keeps repeated requests fast and predictable.
Version 2.5.0 live · Phoenix API engine
Build with one API surface for downloader workflows, generated images, religious data, utilities, and games without stitching dozens of services together.
# Fetch TikTok without watermark
Req.get!( "https://api.kanata.web.id/tiktok/fetch",
params: [url: "https://tiktok.com/..."])
# Returns JSON
{
"status": "success",
"video_url": "https://cdn...",
"metadata": { ... }
}
ETS-powered memory caching keeps repeated requests fast and predictable.
Endpoint modules can rotate through alternate sources when one upstream fails.
A standardized module shape keeps new API capabilities easier to ship and maintain.
Module ecosystem
Live sandbox
Select a module, send a request, and inspect the response directly from the landing page.
Support open source
Contributions help cover server capacity, proxy maintenance, and new module development.
View roadmap →