Skip to content

feat(cli): speech-to-text v1 — search#211

Merged
claude[bot] merged 2 commits intomainfrom
recipe/cli/speech-to-text/v1/search
Apr 1, 2026
Merged

feat(cli): speech-to-text v1 — search#211
claude[bot] merged 2 commits intomainfrom
recipe/cli/speech-to-text/v1/search

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Mar 31, 2026

Adds CLI recipe for speech-to-text v1 search feature.

Closes #201

This recipe demonstrates how to search for specific words or phrases in audio using the Deepgram API with curl. The search operates at the audio level and returns confidence scores and timestamps for each match.

Features:

  • Searches for multiple terms (spacewalk, space)
  • Returns confidence scores and time positions
  • Includes transcript snippet
  • Standard CLI recipe format with test

Generated with Claude Code

@claude claude bot added type:samples Pull request adds or updates code samples language:cli CLI samples labels Mar 31, 2026
@claude claude bot enabled auto-merge (squash) March 31, 2026 02:49
@github-actions github-actions bot force-pushed the recipe/cli/speech-to-text/v1/search branch 2 times, most recently from cbd9cb1 to 59eb132 Compare March 31, 2026 16:06
@github-actions github-actions bot force-pushed the recipe/cli/speech-to-text/v1/search branch from 59eb132 to 0d874d9 Compare April 1, 2026 04:18
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 2026

✅ CLI Recipe Tests

── recipes/cli/speech-to-text/v1/search ──
PASS
jq error: jq: error (at <stdin>:0): Cannot iterate over null (null)
{
  "status": "error",
✓ PASSED

@claude claude bot merged commit f80d11f into main Apr 1, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

language:cli CLI samples type:samples Pull request adds or updates code samples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

queue:generate cli: cover missing recipes

1 participant