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.