You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: articles/azure-video-indexer/face-redaction-with-api.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,10 @@ When successful you receive an HTTP 202 ACCEPTED
150
150
## Monitor job status
151
151
152
152
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:
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:
0 commit comments