Get the advanced summary of a media
This endpoint retrieves advanced summaries for an existing media.
#### How it works
1. Send a `GET` request to this endpoint, replacing `<mediaId>` with the ID of the media.
2. The response includes the job status and the generated advanced summaries.
**Use case**: Use this endpoint to retrieve advanced summaries for a meeting recording or other processed media.
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
mediaId
The unique identifier assigned to the media when it is created. The value must be a valid UUID.
Response
Successfully retrieved media advanced summary.
success
Shows the request status. Returns true for success and false for failure.
data