This endpoint will be deprecated on September 30, 2026. To generate a summary for an existing media, use Generate video summary instead.
This endpoint allows you to generate the summary for an existing media.
PATCH request to this endpoint, replacing <mediaId> with the ID of the media you want to summarize.generate parameter in the request body.summaryLength parameter, specify the desired length of the summary in words (for example, 120 words), this determines how concise or detailed the summary will be. If no specific summary length is provided, the default length will be 100 words.You can use the video.mediaAI.summary.ready webhook event to track and notify about the summary generation.
Use case: This is particularly useful when a user uploads a video and later chooses to generate a summary without needing to re-upload the video.
Related guide: Video summary
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.
Activate your FastPix account to generate your API credentials. See the guide here
Specifies the desired word count for the generated summary.