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
+:::