API v1
Bella API
A clean REST surface for everything in Bella — family, reminders, notifications, AI, and the Jewish calendar.
Base URL
https://api.bellaapp.io/v1
Auth
Bearer token (JWT)
Format
application/json
POST
/v1/auth/sessionCreate a session for an authenticated user.
Request body
{
"user_id": "u_abc"
}Response
{
"token": "eyJhbGciOi…",
"expires_in": 3600
}