Trigger advanced summaries

This endpoint generates advanced summaries for an existing media. #### How it works 1. Send a `POST` request to this endpoint, replacing `<mediaId>` with the ID of the media for which you want to generate advanced summaries. 2. The response confirms that the update was successful and returns the ID of the media. The job starts immediately upon successfull request. 3. You can use the [video.media.ai.advanced_summary.ready](https://fastpix.com/docs/ai-events/in-video-ai-events#videomediaaiadvanced_summaryready) webhook event to track and notify the status. 4. After the webhook event is received, you can use the [Get Advanced Summary](https://fastpix.com/docs/video-on-demand-api/in-video-ai-features/get-media-advanced-summary) endpoint to retrieve the generated advanced summaries. **Use case**: Use this feature when a user uploads a meeting recording or any media and wants to generate advanced summaries.

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 it is created. The value must be a valid UUID.

Response

Successfully triggered advanced summary generation.
successboolean
Shows the request status. Returns true for success and false for failure.
dataobject