📖 BizBook — the platform behind the Book app

Your events, notes & plans —
organized in one Book.

BizBook powers a personal & business organizer: create events and places, fill them with rich notes, track appointments and scheduled tasks, and capture quick thoughts — everything private to your account and available through a clean REST API.

9API modules
55+endpoints
8content block types
JWTsecured, per-user data
What you can build

Every piece of a day, covered

The Book app organizes life around events and places — and every capability below is ready to use through the API today.

📍
Events & Places

Create events with location, address and map coordinates, pick an icon, bookmark the important ones, and order them your way.

📝
Notes with Labels

Rich notes organized by color-coded labels — every account starts with Normal and Important, and you can create your own.

🧩
8 Types of Content Blocks

Text, location, audio, image, checklist, appointment, contact and drawing — mix any of them inside a note as "note points".

Scheduled Tasks

Date-driven to-dos grouped into your own categories, so recurring work and one-off errands stay separated and findable.

📅
Appointments & Reminders

From/to times with an optional notification flag — the API validates your dates so a meeting can never end before it starts.

Quick Notes

Capture a thought in one tap. Quick notes live beside full notes and can be filtered out or listed alone with one query flag.

Get started in minutes

Three steps to your first call

Mobile-first authentication: your phone number is your identity — verify it once with an OTP and log in with a password or a fresh OTP anytime.

1
Register with your mobile

Call sendotpverifyotpregister. Your account is created with default labels ready to use.

2
Login & grab your token

POST /api/auth/login with password or OTP returns a JWT valid for 24 hours.

3
Build with the API

Send the token as Authorization: Bearer and every module — notes to appointments — is yours. Copy-paste curl examples are in the docs.

Built right underneath

A platform you can trust with your data

🔐
Private per user

Every record belongs to exactly one account — other users' data is invisible, enforced at the database level.

🗑️
Nothing lost by accident

Deletes are soft — items move to a recoverable state instead of vanishing, restore-ready.

🚀
Fast responses

Server-side caching answers repeat reads in milliseconds and refreshes instantly on every change.

🔎
Search everywhere

Every module has case-insensitive search on its name or title — one consistent pattern.

Ready to build with BizBook?

Read the docs, copy a curl, and make your first API call in under a minute.

Developer tools
OpenAPI JSON