Skip to content

fix(vendors): send Speechmatics STT key instead of api_key - #72

Open
digitallysavvy wants to merge 3 commits into
mainfrom
patch/Speechmatics
Open

fix(vendors): send Speechmatics STT key instead of api_key#72
digitallysavvy wants to merge 3 commits into
mainfrom
patch/Speechmatics

Conversation

@digitallysavvy

Copy link
Copy Markdown
Collaborator

Speechmatics STT requests were previously serialized with api_key, but the API expects
key, so this patch corrects the param naming mismatch and prevents authentication/
validation failures.

Summary

  • Update Speechmatics ASR type/model wiring to emit key.
  • Adjust request-body and STT language tests for the corrected payload field.
  • Update vendor docs and changelog to document the Speechmatics param fix.

Why

This is a small patch to make generated request payloads match the Speechmatics API
contract.

Notes

  • Existing Speechmatics integration flow is unchanged besides the param rename.

@seymourtang seymourtang left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants