New: MCP server monitoring is live. Start free trial
AssemblyAISchemaBreaking

Parameter 'Authorization' removed from GET /v2/transcript/{transcript_id}/redacted-audio

Affected surface
GET /v2/transcript/{transcript_id}/redacted-audio
Affected field
Authorization@header

What changed

Parameter 'Authorization' removed from GET /v2/transcript/{transcript_id}/redacted-audio Affected surface: GET /v2/transcript/{transcript_id}/redacted-audio. Root cause: parameter `Authorization@header`. Detected at Tue, 02 Jun 2026 02:41:13 UTC UTC.

Diff

{
  "parameter_in": "header",
  "parameter_name": "Authorization",
  "path": "GET /v2/transcript/{transcript_id}/redacted-audio"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Remove the parameter from your callers — passing it now produces an error or is silently ignored depending on the provider.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.