Zyaku API Documentation

These docs map to real routes in the running Zyaku backend. Use the interactive section below to test endpoints directly.

Base URL

Current environment base URL:

Authentication

Protected routes require a Bearer token in the Authorization header.

Route Groups (Real)

These groups are mounted by the backend route registry.

Auth

/api/auth

Posts

/api/posts

Users

/api/users

Comics

/api/comics

Comic Discovery

/api/comic-discovery

AI Comic Creator

/api/ai-comic-creator

Videos

/api/videos

Health

/api/health

Interactive Endpoints

Click “Try Endpoint” to run the request from this page.

GET/api/health

Health status for API infrastructure.

No request sent yet.
GET/api/news

Fetches latest news feed entries.

No request sent yet.
GET/api/comics

Returns comics feed payload.

No request sent yet.
GET/api/comic-discovery/rising

Rising comics discovery section.

No request sent yet.
GET/api/auth/me

Returns current authenticated user profile.

No request sent yet.
POST/api/auth/login

Login endpoint (sends JSON body).

No request sent yet.