Subscribe to In-Video AI events
Subscribe to In-Video AI events
Explore in-video AI events in FastPix, including chapters, Named Entities Recognition, summaries, and moderation features.
FastPix’s in-video AI events provide insights into the analysis and processing of media content. These events include:
video.mediaAI.chapters.ready
This event is triggered when chapters are generated for a media file. It provides information about the chapters within the media, including their start and end times, titles, and summaries. The event also indicates if chapters were successfully generated. This can be used to track when chapters are created and monitor the structure of the content for easier navigation.
video.mediaAI.namedEntities.ready
This event is triggered when named entities are identified within a media file. It provides details about the named entities, including their count, the entity name, and their associated category. This event can be used to track the recognition of specific entities, such as people, organizations, or locations, within the content, allowing for enhanced analysis and insights.
video.mediaAI.summary.ready
This event is triggered when a summary is generated for a media file. It provides the summary of the content, offering a brief overview or key points of the media. This event can be used to track when summaries are created, helping users or systems quickly understand the essence of the media without needing to watch or listen to the entire content.
video.mediaAI.moderation.ready
This event is triggered when moderation results are generated for a media file. It provides information about the moderation analysis, including category scores that evaluate different aspects of the content, such as violence, adult content, or offensive language. This event can be used to track when moderation results are available, helping ensure content meets the required guidelines and standards.
video.media.ai.advanced_summary.ready
Sent when an advanced summary is ready for a media asset. This event is a notification only — the summary itself isn’t included in the payload. When you receive this event, call the Get advanced summary result endpoint with the mediaId to retrieve the structured summary, including the overview, key decisions, action items, sentiment scores, and per-speaker talk time. Use this event to trigger downstream workflows once the summary is available.
video.media.ai.attributed_transcript.ready
Sent when an attributed transcript is ready for a media asset. Use this event to know when the transcript is ready to display in a player, store in your own database, or feed into downstream analysis.
To retrieve the transcript, call the Get attributed transcript endpoint with the mediaId. The endpoint returns the speaker-attributed transcript as JSON, structured by segment with speaker labels and timestamps.
The payload also includes a signed URL with a 24-hour expiry, in case you prefer the transcript as a WebVTT file.