Skip to content

Commit 830ce9c

Browse files
committed
redactfaces
1 parent 02fca6b commit 830ce9c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-video-indexer/face-redaction-with-api.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ When successful you receive an HTTP 202 ACCEPTED
150150
## Monitor job status
151151

152152
In the response of the job creation request you receive an HTTP header `Location` with a URL to the job. You can perform a GET request to this url with the same token to see the status of the redaction job. An example url would be:
153-
```https://api.videoindexer.ai/westeurope/Accounts/<accountid>/Jobs/<jobid>```
153+
154+
```
155+
https://api.videoindexer.ai/westeurope/Accounts/<accountid>/Jobs/<jobid>
156+
```
154157

155158
Response
156159

@@ -167,7 +170,7 @@ Response
167170
Calling the same url once the redaction job has completed you get a Storage SAS url to the redacted video again in the `Location` header. For instance:
168171

169172
```
170-
https://api.videoindexer.ai/westeurope/Accounts/&lt;accountid&gt;/Videos/&lt;videoid&gt;/SourceFile/DownloadUrl
173+
https://api.videoindexer.ai/westeurope/Accounts/<accountid>/Videos/<videoid>/SourceFile/DownloadUrl
171174
```
172175

173176
This will redirect to the mp4 stored on the Azure Storage Account connected to the Media Services account.

0 commit comments

Comments
 (0)