Trigger attributed-transcript generation
Trigger attributed-transcript generation
This endpoint generates speaker-attributed transcripts 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 speaker-attributed transcripts.
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.attributed_transcript.ready](https://fastpix.com/docs/ai-events/in-video-ai-events#videomediaaiattributed_transcriptready) webhook event to track and notify the status.
4. After the webhook event is received, you can use the [Get Attributed Transcript](https://fastpix.com/docs/video-on-demand-api/in-video-ai-features/get-attributed-transcript) endpoint to retrieve the generated attributed-transcript.
**Use case**: Use this endpoint to generate 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
mediaId
The unique identifier assigned to the media when it is created. The value must be a valid UUID.
Response
Successfully triggered attributed-transcript generation.
success
Shows the request status. Returns true for success and false for failure.
data