Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TYPO] URL REQUIREMENT SECTION #305

Merged
merged 1 commit into from
Dec 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions async-api/overview/video/post-video-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <a href="https://bitly.com">bit.ly</a>), 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. <a href="https://bitly.com">bit.ly</a>), YouTube, Vimeo, or links from any audio/video platforms.
:::

:::info
Expand Down Expand Up @@ -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.
:::
:::