PipedreamHQ / PipedreamHQ/pipedream
[Components] all_voice_lab
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# all_voice_lab
## URLs
- https://www.allvoicelab.com/docs/introduction
## Webhook Sources
### new-transcription-completed-instant
#### Description
Emit new event when a voice transcription is completed. Useful for triggering workflows when audio files are processed. Requires configuration of the voice job ID or user ID (optional) to scope the trigger.
### new-voice-upload-instant
#### Description
Emit new event when a new voice recording is uploaded to the system. Can be filtered by user ID or project ID (optional).
### new-annotation-created-instant
#### Description
Emit new event when a manual or automatic annotation is added to a speech or transcription record. Useful in quality assurance or training workflows. Can be filtered by annotation type or voice job ID (optional).
## Actions
### upload-voice-recording
#### Description
Upload a new voice recording to All Voice Lab. Requires an audio file (URL or base64), and optionally a user ID, project ID, and metadata tags.
### start-transcription
#### Description
Start a transcription job for a specific voice recording. Requires a recording ID. Optional parameters include language and transcription model.
### add-annotation
#### Description
Add a text annotation to a transcription segment or voice job. Requires transcription ID or recording ID, annotation text, and optionally the timestamp or label type.
Contributor guide
Assessment
This issue has not been assessed yet.