API toolkit
Kazora
Scrape catalog + stream unlock for 123animehub, with iframe-rewrite playback so raw CDN URLs never leave your API domain.
Iframe rewrite
Parent sites only embed your API. Unlock, tokens, and segment proxy stay server-side.
- Embed
/stream-embed/embed/{token}from an allowlisted origin - Shell ArtPlayer loads on the API domain
- Playlist fetched from same origin — never a public CDN URL in the parent
- Proxy rewritten HLS segments through
/stream-embed/media/…
<iframe
src="BASE/stream-embed/embed/{token}"
allow="fullscreen; autoplay"
allowfullscreen
></iframe>
Endpoints
Playground
Hit live GET routes against this server. Responses render below.
GET
—
Select an endpoint and press Send.