Get attributed-transcript result

This endpoint retrieves the attributed transcript 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 attributed transcript. **Use case**: Use this endpoint to retrieve speaker-attributed transcripts for meeting recordings, interviews, podcasts, or other multi-speaker 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

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

Response

Successfully retrieved attributed transcript data.
successboolean
Shows the request status. Returns true for success and false for failure.
dataobject