Get the summary of a video

This endpoint returns the generated summary of a video. The summary is created using the **InVideo Summary** feature, which processes the video content and produces a textual summary. To use this endpoint, you must first generate the video summary using the Generate Video Summary endpoint. This endpoint can return the summary only after that process is complete. Typical use cases include: - Providing viewers with a quick preview of the video's main content. - Enabling search or recommendation systems to surface summarized insights. - Supporting accessibility and content discovery without requiring users to watch the full video. If the summary has not been generated or the feature is disabled for the requested media, the endpoint returns an error indicating that the summary is unavailable.

Authentication

AuthorizationBasic
FastPix APIs are secured with Basic Authentication. Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request. - <b>Username:</b> Access Token ID - <b>Password:</b> Secret Key Activate your FastPix account to generate your API credentials. <a href="https://fastpix.com/docs/getting-started/activate-your-account" target="_blank">See the guide here</a>

Path parameters

mediaIdstringRequiredformat: "uuid"
The unique identifier assigned to the media when created. The value must be a valid UUID.

Response

Get media summary
successboolean
Shows the request status. Returns true for success and false for failure.
datastring
The summary of the particular video.