FFlyType
macOSWindowsiOSAndroid

Voice notes → Life notebook

Quick voice note hotkey saves to Notes Inbox, then ingests into Life via POST /v1/self/life/capture/note when Life + note sync are on.

Before you start

  • Life notebook enabled with sync notes on.
  • Cloud Self sync on (voice note must reach Notes sync first).

Steps

  1. 1

    Mac: configure voice note hotkey in Settings → Dictation; record — note lands in Notes Inbox.

  2. 2

    iOS/Android: voice capture from Notes or dictation flow triggers LifeVoiceCaptureBridge after save.

  3. 3

    Client calls POST /v1/self/life/capture/note with note_id — immediate single-note ingest without full SyncAll.

  4. 4

    Repeat capture on the same note upserts one note_ref — no duplicate Life sources.

  5. 5

    If Life is off or sync notes off, API returns ingested=false with reason — check Settings → Capture loop.

  6. 6

    Offline: note queues in Notes outbox; bridge runs after sync when the network returns.

Common mistakes

  • Full Sync now still useful after bulk imports — capture/note is for hotkey speed.
  • Voice Library «Голос» is separate durable audio — Life ingest uses the synced note body.
  • Hub routing banner shows when Capture Router targets your Life notebook.

Related articles