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.
video.media.ai.scene_analysis.ready
Sent when scene analysis is ready for a media asset. This event is a notification only, and the scenes aren’t included in the payload. When you receive it, call the scene analysis Get endpoint with the mediaId to retrieve each detected shot, with its start time, end time, and description. See AI scene analysis.
video.media.ai.chapters.ready
Sent when chapter generation is ready for a media asset. This event is a notification only; the chapters aren’t included in the payload. When you receive it, call the Get chapters endpoint (GET https://api.fastpix.com/v1/ai/{mediaId}/chapters) with the mediaId to retrieve the chapter list. See Generate video chapters.
video.media.ai.summary.ready
Sent when a summary is ready for a media asset. This event is a notification only; the summary isn’t included in the payload. When you receive it, call the Get summary endpoint (GET https://api.fastpix.com/v1/ai/{mediaId}/summary) with the mediaId to retrieve the summary. See Generate a video summary.
video.media.ai.named_entities.ready
Sent when named entity recognition is ready for a media asset. This event is a notification only; the entities aren’t included in the payload. When you receive it, call the Get named entities endpoint (GET https://api.fastpix.com/v1/ai/{mediaId}/named-entities) with the mediaId to retrieve the entities. See Extract named entities from a video.
video.media.ai.moderation.ready
Sent when moderation analysis is ready for a media asset. This event is a notification only; the moderation results aren’t included in the payload. When you receive it, call the Get moderation endpoint (GET https://api.fastpix.com/v1/ai/{mediaId}/moderation) with the mediaId to retrieve the category scores. See Detect NSFW content and profanity.