Description

Moments Lab is a media management platform that empowers media professionals to efficiently handle and analyze vast amounts of multimedia content. With its advanced AI-driven capabilities, Moments Lab offers real-time transcription and translation services, making it easier for users to access and understand content in multiple languages.

The platform also provides robust video indexing, allowing users to quickly search, retrieve, and share specific moments within their media assets.

Supported Operations

Moments Lab Public API

Send analysis media request

This endpoint allows Moments Lab to retrieve media from the location provided to launch an analysis composed by the analyzers you set.<br/>The goal is to make it clear where to get your media asset and what analysis to run.<br/>In your request, you'll include a few key details. The request will be in JSON format.

Get analysis status

This endpoint allows you to retrieve the status of the analysis request sent previously.<br/>Be sure to have your required Analysis_request_id.<br/>This will ensure you will be able to track progress on your analysis request.

Get full analysis

This endpoint allows you to retrieve the analyzed content. For more fine-grained analysis, see other analysis endpoints.<br/> You have to provide external id or analysis request id, not both<br/> It’s designed for cases where you need all the insights generated for a media file in one response. For more specific data, consider using related endpoints.

Get labels occurrences

This endpoint allows you to retrieve all label occurrences detected in the media.<br/>It provides details on each label, including where it appears, its confidence score, and multilingual descriptions.

Get moments

This endpoint allows you to retrieve all significant moments detected in a media file. Moments are categorized into sequences, soundbites, and other highlights, enabling a detailed understanding of the media's content.<br/>For more info, you can check the introduction page.

Get persons occurrences

This endpoint allows you to retrieve all person occurrences detected in the media.<br/>It provides a list of occurrences where each person was identified, along with associated metadata such as confidence scores and descriptions.

Get transcripts

This endpoint allows you to retrieve all speech transcripts detected in a specific media file.<br/>This includes the original transcription, and translations into other languages if applicable.

Get media by id

The Get Media by ID endpoint allows you to retrieve detailed information about a specific media file and its analysis. <br/>Ideal for fetching general metadata and an overview of the analysis.

Get full analysis

This endpoint allows you to retrieve the analyzed content. For more fine-grained analysis, see other analysis endpoints.<br/> It’s designed for cases where you need all the insights generated for a media file in one response. For more specific data, consider using related endpoints.

Get labels occurrences

This endpoint allows you to retrieve all label occurrences detected in the media.<br/>It provides details on each label, including where it appears, its confidence score, and multilingual descriptions.

Get moments

This endpoint allows you to retrieve all significant moments detected in a media file. Moments are categorized into sequences, soundbites, and other highlights, enabling a detailed understanding of the media's content.<br/>For more info, you can check the introduction page.

Get persons occurrences

This endpoint allows you to retrieve all person occurrences detected in the media.<br/>It provides a list of occurrences where each person was identified, along with associated metadata such as confidence scores and descriptions.

Get transcripts

This endpoint allows you to retrieve all speech transcripts detected in a specific media file.<br/>This includes the original transcription, and translations into other languages if applicable.

Details
Preview

This item is available for early access. It is still in development and may contain experimental features or limitations.

Last Update

3 weeks ago

Includes
momentslab-api-client