Skip to content

Commit 432797d

Browse files
authored
Update upload-index-videos.md
1 parent a5c62ce commit 432797d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/azure-video-indexer/upload-index-videos.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ This article shows how to upload and index videos by using the Azure Video Index
1212

1313
After you upload and index a video, you can use [Azure Video Indexer website](video-indexer-view-edit.md) or [Azure Video Indexer Developer Portal](video-indexer-use-apis.md) to see the insights of the video (see [Examine the Azure Video Indexer output](video-indexer-output-json-v2.md)).
1414

15-
When you're uploading videos by using the API, you have the following options:
16-
17-
* Upload your video from a URL (preferred).
18-
* Send the video file as a byte array in the request body.
19-
* Use existing an Azure Media Services asset by providing the [asset ID](/azure/media-services/latest/assets-concept). This option is supported in paid accounts only.
20-
2115
## Supported file formats
2216

2317
For a list of file formats that you can use with Azure Video Indexer, see [Standard Encoder formats and codecs](/azure/media-services/latest/encode-media-encoder-standard-formats-reference).
@@ -48,6 +42,9 @@ After Azure Video Indexer is done analyzing, you get an email with a link to you
4842

4943
You can use the [Upload Video](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Upload-Video) API to upload and index your videos based on a URL. The code sample that follows includes the commented-out code that shows how to upload the byte array.
5044

45+
> [!NOTE]
46+
> Before you proceed, make sure to review [API recommendations](video-indexer-use-apis.md#recommendations).
47+
5148
### Configurations and parameters
5249

5350
This section describes some of the optional parameters and when to set them. For the most up-to-date info about parameters, see the [Azure Video Indexer portal](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Upload-Video).

0 commit comments

Comments
 (0)