---
title: "POST /createuploadurl/"
method: POST
path: "/createuploadurl/"
---

# POST /createuploadurl/

`POST /createuploadurl/`

Gets a pre-signed S3 write URL that you use to upload the zip archive when importing a bot or a bot locale.

## Response `200`

Success

- CreateUploadUrlResponse
  - `importId` string — An identifier for a unique import job. Use it when you call the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_StartImport.html">StartImport</a> operation.
  - `uploadUrl` string — A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.

## Other responses

- `480` — ThrottlingException
- `481` — ValidationException
- `482` — ResourceNotFoundException
- `483` — ConflictException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/lexv2-models.md) · [All operations](https://skmtc.net/aws/apis/lexv2-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/lexv2-models/versions/6997ba482d72/schema)
