@notta-labs/notta-cli
v1.0.6
Published
Notta CLI tool
Downloads
879
Maintainers
Readme
Notta CLI
Command-line tool for audio/video transcription and record management through Notta.
Installation
npm install -g @notta-labs/notta-cli
notta --versionUsage
# Authenticate (opens browser for OAuth)
notta auth setup
# Transcribe a file
notta transcribe /path/to/meeting.mp4 --language ja-JP
# Check status
notta status <record_id>
# View transcription result
notta view <record_id>
# Search records
notta search "keyword"
# List all records
notta listCommands
| Command | Purpose | Usage |
|---------|---------|-------|
| auth setup | OAuth login | notta auth setup |
| transcribe | Upload & transcribe | notta transcribe <file_path> [--language en-US] |
| status | Check status | notta status <record_id> |
| view | Get result | notta view <record_id> |
| search | Search records | notta search [keyword] [--page 1] [--page_size 10] |
| list | List records | notta list [group_id] [--order_by created] [--order_type desc] |
Supported Languages
bg-BG ro-RO hu-HU lt-LT lv-LV da-DK nb-NO sv-SE fi-FI is-IS tr-TR ar-AE ar-EG fa-IR he-IL hy-AM az-AZ ka-GE el-GR gu-IN kn-IN ta-IN te-IN ur-IN bn-IN km-KH lo-LA si-LK sw-KE
zh-CN zh-TW zh-HK en-US ja-JP ko-KR vi-VN th-TH hi-IN id-ID jv-ID ms-MY fil-PH ne-NP pt-PT es-ES fr-FR de-DE it-IT nl-NL ru-RU uk-UA pl-PL cs-CZ sk-SK sl-SI hr-HR sr-RS zu-ZA af-ZA am-ET eu-ES ca-ES gl-ES su-ID
Default language is ja-JP. Use --language to specify.
