---
title: "POST /v3/{+parent}:importAdaptiveMtFile"
method: POST
path: "/v3/{+parent}:importAdaptiveMtFile"
tags: ["projects"]
---

# POST /v3/{+parent}:importAdaptiveMtFile

`POST /v3/{+parent}:importAdaptiveMtFile`

Imports an AdaptiveMtFile and adds all of its sentences into the AdaptiveMtDataset.

## Path parameters

- `parent` string, required

## Request body

- ImportAdaptiveMtFileRequest — The request for importing an AdaptiveMt file along with its sentences.
  - `fileInputSource` FileInputSource — An inlined file.
    - `displayName` string — Required. The file's display name.
    - `mimeType` string — Required. The file's mime type.
    - `content` string, byte — Required. The file's byte contents.
  - `gcsInputSource` GcsInputSource — The Google Cloud Storage location for the input content.
    - `inputUri` string — Required. Source data URI. For example, `gs://my_bucket/my_object`.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/translate.md) · [All operations](https://skmtc.dev/google/apis/translate/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/translate/revisions/1597c11ae5de/schema)
