> ## Documentation Index
> Fetch the complete documentation index at: https://docs.api.rask.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Translation

> The basic steps to translate your content.

There are several steps you need to follow to translate your content:

<Steps>
  <Step title="Upload your file">
    Upload your content directly using [file upload](/api-reference/media/upload_media_file) or [with the link](/api-reference/media/upload_media_link)
  </Step>

  <Step title="[Optional] create transcription">
    Create the transcription based on your .srt file using [create transcription endpoint](/api-reference/project/create_transcription) or [create transcription srt endpoint](/api-reference/project/create_transcription_srt).
  </Step>

  <Step title="Create project">
    Create the project with `media_id` (and optionally `transcription_id` ) from previous steps using [create project endpoint](/api-reference/project/create_project)
  </Step>

  <Step title="Check status and download translated files">
    Check the status of your project and it's artifacts (translated video, voiceover etc.) by using [get project endpoint](/api-reference/project/get_project). You can download any artifacts from the links provided in the response.
  </Step>
</Steps>
