# tl;dw ## Docs - [Enable/disable embeded search widget for media](https://docs.trytldw.ai/api-reference/embed-ui-widget/enabledisable-embeded-search-widget-for-media.md): Enable/disable embeded search widget for media. Returns embed link if enabled. Embed link is in the form of https://app.trytldw.ai/embed/media/{media_id} which can be put in an iframe, and you can add hide_tags=true and hide_segment_desc=true to hide unwanted section as needed. - [Generate embedding for text](https://docs.trytldw.ai/api-reference/generate-text-embedding/generate-embedding-for-text.md): Generates embeddings for text in the same latent space as video, so that it is possible to perform text-to-video searches by embedding the text and comparing it to the video embeddings. - [Delete videos by ID](https://docs.trytldw.ai/api-reference/index-or-embed-videos/delete-videos-by-id.md): Warning: this action is irreversible. Data about the media will be lost. Only videos owned by the user can be deleted. To delete all videos in a collection, delete the collection instead. - [Generate embedding for video](https://docs.trytldw.ai/api-reference/index-or-embed-videos/generate-embedding-for-video.md): Generates embeddings for video in the same latent space as text, so that it is possible to perform text-to-video searches by embedding the text and comparing it to the video embeddings. Embedding results can be retrieved from [get media endpoint](/api-reference/index-or-embed-videos/get-processing… - [Get processing status, embedding and metadata of video ](https://docs.trytldw.ai/api-reference/index-or-embed-videos/get-processing-status-embedding-and-metadata-of-video.md): Get embedding, metadata and processing status for a video - [Index videos in a collection](https://docs.trytldw.ai/api-reference/index-or-embed-videos/index-videos-in-a-collection.md): Add videos to a collection for indexing. The videos will be indexed and made searchable. Indexing status or embedding of the video can be retrieved from [get media endpoint](/api-reference/index-or-embed-videos/get-processing-status-embedding-and-metadata-of-video) The videos must be http(s) url t… - [Create a new collection](https://docs.trytldw.ai/api-reference/manage-collections/create-a-new-collection.md) - [Delete a collection](https://docs.trytldw.ai/api-reference/manage-collections/delete-a-collection.md): Warning: All indexed media in the collection will be deleted as well - [List all collections](https://docs.trytldw.ai/api-reference/manage-collections/list-all-collections.md) - [Retrieve all media in a collection](https://docs.trytldw.ai/api-reference/manage-collections/retrieve-all-media-in-a-collection.md) - [Search within videos](https://docs.trytldw.ai/api-reference/search-video-moments/search-within-videos.md) - [Introduction](https://docs.trytldw.ai/get-started/introduction.md) - [No-code Playground](https://docs.trytldw.ai/get-started/playground.md) - [Quickstart](https://docs.trytldw.ai/get-started/quickstart.md) ## OpenAPI Specs - [openapi](https://docs.trytldw.ai/openapi.json) ## Optional - [API Status](https://tldw.statuspage.io/)