---
title: "Get Signed Upload Dataset Url"
method: GET
path: "/generate_upload_dataset_url"
---

# Get Signed Upload Dataset Url

`GET /generate_upload_dataset_url`

Generate a temporary signed upload URL used by the frontend to upload directly to s3.

## Query parameters

- `dataset_id` string, required
- `file_name` string, required
- `content_type` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akk/apis/fastapi.md) · [All operations](https://skmtc.net/akk/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akk/fastapi/revisions/6662a407c637/schema)
