Skip to main content
Hostifer Documentation home page
Search...
⌘K
Ask AI
GitHub
Support
Hostifer
Hostifer
Search...
Navigation
Overview
Root endpoint
Guides
API reference
Hostifer website
Backend API
Overview
API introduction
Root endpoint
Core APIs
Authentication API
Projects API
Deployments API
GitHub integration API
Scaffold APIs (unstable)
Scaffold API overview
Activity API (unstable)
Admin API (unstable)
Argo API (unstable)
Env vars API (unstable)
K8s API (unstable)
Logs API (unstable)
Loki API (unstable)
Notification API (unstable)
Plans API (provisional)
Users API (unstable)
On this page
GET /
Example
Overview
Root endpoint
Copy page
Health and landing endpoint behavior
Copy page
GET /
Returns the backend landing page from the public folder.
Method:
GET
Path:
/
Auth: none
Response type: HTML file (
public/index.html
)
Example
curl
-i
http://localhost:3000/
Use this route for a basic server availability check in environments where HTML responses are acceptable.
API introduction
Authentication API
⌘I
Assistant
Responses are generated using AI and may contain mistakes.