Hello Team,
I want to generate a caption from the existing Video/Audio language to some another one.
Using the following API:
https://api.shotstack.io/ingest/stage/sources
Payload as
{
"url": audioUrl,
"outputs": {
"transcription": {
"format": "vtt"
}
}
};
Is there any other field like “translateTo”: “some_code”?
I have been struggling with this for a long time to find out.