This endpoint allows you to generate subtitles for an existing audio track in a media file. By calling this API, you can generate subtitles automatically using speech recognition
Send a POST request to this endpoint, replacing {mediaId} with the media ID and {trackId} with the track ID.
Provide the necessary details in the request body, including the languageName and languageCode.
You receive a response containing a unique subtitle track ID and its details.
After the subtitle track is generated and ready, you receive the webhook event video.media.subtitle.generated.ready.
Finally the video.media.updated event notifies your system about the media’s updated status.
Related guide: Add auto-generated subtitles
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
A universally unique identifier (UUID) assigned to the specific track for which subtitles must be generated.
You can search for videos with specific key value pairs using metadata, when you tag a video in “key” : “value” pairs. Dynamic metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.