Backend Docs Overview
Use this section when you want to understand what services in api.visyble.ai do, how endpoints are grouped, and how backend behavior supports frontend product flows.
Direct links
- Backend API base: api.visyble.ai
- OpenAPI JSON: api.visyble.ai/openapi.json
- Backend API Explained: docs.visyble.ai/generated/backend-api-explained
- Backend Domain Guide: docs.visyble.ai/generated/backend-domain-guide
- API Endpoint Details: docs.visyble.ai/generated/api-endpoint-details
- Backend Operations Checklist: docs.visyble.ai/onboarding/backend-operations-checklist
Core pages (tile view)
Backend API Explained
Read plain-language endpoint intent without low-level contract details first.
Backend Domain Guide
Understand API groups by domain and their role in the product.
API Endpoint Details
Review exact contracts, parameters, responses, and frontend usage mapping.
Backend Operations Checklist
Validate production reliability, scheduler health, and operational readiness.
What this section answers
- What each backend domain is responsible for
- Which endpoint does what, and how it is used
- Which contracts are high impact for product behavior
- What must be checked for reliable production operations
How Backend differs from Frontend docs
Backend docs focus on APIs, contracts, orchestration, and reliability controls.
Frontend docs focus on user flows, route behavior, page ownership, and UI context.
If your question starts with "Which endpoint powers this behavior?", start in Backend docs.