---
title: "import a base"
method: POST
path: "/base/import"
tags: ["base"]
---

# import a base

`POST /base/import`

import a base

## Request body

- object
  - `notify` object, required
    - `token` string, required — Token for the uploaded file
    - `size` number, required — File size in bytes
    - `url` string, required — URL of the uploaded file
    - `path` string, required — file path
    - `mimetype` string, required — MIME type of the uploaded file
    - `width` number — Image width of the uploaded file
    - `height` number — Image height of the uploaded file
    - `presignedUrl` string, required — Preview url
  - `spaceId` string, required

## Response `200`

import successfully

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
