From 03e19543e50e9ecd6f0c0412282deaa5ee8785e4 Mon Sep 17 00:00:00 2001
From: Monish Basaniwal <46259712+monizb@users.noreply.github.com>
Date: Fri, 10 Dec 2021 22:24:26 +0530
Subject: [PATCH] [TYPO] URL REQUIREMENT SECTION
Fixed a small typo I found while reading the page :)
---
async-api/overview/video/post-video-url.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/async-api/overview/video/post-video-url.md b/async-api/overview/video/post-video-url.md
index 6ccfdb38..d89a1f0d 100644
--- a/async-api/overview/video/post-video-url.md
+++ b/async-api/overview/video/post-video-url.md
@@ -13,7 +13,7 @@ The Async Video URL API allows you to process video files (.mp4 format) and retu
It can be utilized for any use case where you have access to recorded video stored publicly as a URL and want to extract insights and other conversational attributes supported by [Symbl's Conversation API](/docs/conversation-api/introduction).
:::tip URL Requirement
-The URL provided must be a publicly available URL. Currently we do not any support any redirected links, shortened links (e.g. bit.ly), YouTube, Vimeo, or links from any audio/video platforms.
+The URL provided must be a publicly available URL. Currently we do not support any redirected links, shortened links (e.g. bit.ly), YouTube, Vimeo, or links from any audio/video platforms.
:::
:::info
@@ -403,4 +403,4 @@ Here value of `X` can be found in [FAQ](/docs/faq).
:::caution
You must wait for the job to complete processing before you proceed with getting the Conversation Intelligence. If you immediately make a GET request to Conversation API, it is possible that you'll receive incomplete insights. Therefore, ensure that you wait for the job to complete.
-:::
\ No newline at end of file
+:::