---
title: "Create Upload URL"
method: POST
path: "/v1/images/create-upload-url"
tags: ["Miscellaneous"]
---

# Create Upload URL

`POST /v1/images/create-upload-url`

## Request body

- object
  - `content_type` 'image/jpeg' | 'image/png', nullable

## Response `200`

Successful response.

- object
  - `upload_url` string, required — You'll upload your image here using a PUT request.
  - `file_url` string, required

---

[API](https://skmtc.net/luma/apis/luma-api.md) · [All operations](https://skmtc.net/luma/apis/luma-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luma/luma-api/revisions/12835be09062/schema)
