---
title: "POST /upload/image"
method: POST
path: "/upload/image"
tags: ["images"]
---

# POST /upload/image

`POST /upload/image`

Get a URL to upload image that will be publicly accessible

## Request body

- object
  - `content_type` 'image/jpeg' | 'image/png' | 'image/webp', required — The HTTP Content-Type of the image or asset

## Response `200`

Response

- ImageURL
  - `upload_url` string, required
  - `download_url` string, required
  - `required_headers` object, required — Required HTTP headers to include for the upload

## Other responses

- `500` — Internal Error

---

[API](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.dev/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/revisions/ef9782a3ed5e/schema)
