Skip to content

Commit 3277d0e

Browse files
authored
edit formatting for update
1 parent a665b96 commit 3277d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/video-indexer/video-indexer-use-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Each call to the Operations API should be associated with an access token, match
5454
- Account level – account level access tokens let you perform operations on the account level. for example, Upload video, list all videos, create a language model, etc.
5555
- Video level – video level access tokens let you perform operations on specific videos. for example, get video insights, download captions, get widgets, etc.
5656

57-
To make things easier, you can use the **Authorization** API -> GetAccounts to get your accounts without obtaining a user token first. You can also ask to get the accounts with valid tokens, enabling you to skip an additional call to get an account token.
57+
To make things easier, you can use the **Authorization** API > **GetAccounts** to get your accounts without obtaining a user token first. You can also ask to get the accounts with valid tokens, enabling you to skip an additional call to get an account token.
5858

5959
Access tokens expire after 1 hour. Make sure your access token is valid before using the Operations API. If expires, call the Authorization API again to get a new access token.
6060

0 commit comments

Comments
 (0)