Upload content
An asset is a video file you upload to the platform. Each asset has a unique identifier that you can reference across multiple knowledge stores.
Methods
Use multipart uploads for automatic retry on failure, upload progress tracking, and better reliability, performance, and observability.
When providing a URL, use direct links to raw media files. Video hosting platforms and cloud storage sharing links are not supported.
Waiting for Processing
Direct uploads under 200 MB return synchronously with status: ready. Larger uploads return with status: processing. Poll until the status is ready:
An asset must reach ready status before you can add it to a knowledge store.
Jupyter notebook
Download the notebook to run this guide interactively.