Skip to content

Commit 43b492d

Browse files
committed
update comment about webhooks and redacted audio
1 parent 8bb5d6e commit 43b492d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

fern/pages/03-audio-intelligence/pii-redaction.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ _Note_: Redacted audio creation is not supported for the EU region. For more inf
582582

583583
<Note title="Webhooks and PII Audio Redaction">
584584

585-
If using webhooks with PII audio redaction enabled, you'll receive two webhook calls: one when the full transcript completes and another when the redacted audio is ready. For more information about using webhooks, refer to our [webhook documentation](/docs/deployment/webhooks).
585+
If using webhooks with PII audio redaction enabled, you'll receive two webhook calls: The first when the redacted audio file is ready and the second when the request for transcription is completed. For more information about using webhooks, refer to our [webhook documentation](/docs/deployment/webhooks).
586586

587587
</Note>
588588

fern/pages/05-guides/webhooks.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@ curl_close($curl);
322322

323323
When the transcript is ready, AssemblyAI will send a `POST` HTTP request to the URL that you specified.
324324

325+
<Note title="Webhooks and PII Audio Redaction">
326+
327+
If using webhooks with PII audio redaction enabled, you'll receive two webhook calls: The first when the redacted audio file is ready and the second when the request for transcription is completed..
328+
329+
</Note>
330+
325331
<Note title="Static Webhook IP addresses">
326332

327333
AssemblyAI sends all webhook deliveries from fixed IP addresses:

0 commit comments

Comments
 (0)