Translate Caption From English to Another Language

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.

Hi @xodokeb971,

Currently, we don’t have the capability to translate captions in a video from one language to another.

However, this is an interesting request, and I’ve forwarded it to the product team for review. I’ll provide an update if there’s any progress.