---
title: "Create import URL"
method: POST
path: "/import_urls"
tags: ["product:chat"]
---

# Create import URL

`POST /import_urls`

Creates a new import URL

## Request body

- CreateImportURLRequest, nullable
  - `filename` string

## Response `201`

Response

- CreateImportURLResponse, nullable — Basic response information
  - `duration` string, required — Duration of the request in milliseconds
  - `path` string, required
  - `upload_url` string, required

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/3dba86aaa0d8/schema)
