---
title: "User Organization Images Create"
method: POST
path: "/user/organization-images/"
tags: ["users"]
---

# User Organization Images Create

`POST /user/organization-images/`

Upload a new image asset to the organization.

Request format (multipart/form-data):
- image: Image file (required)
- filename: Custom filename (optional, will generate UUID if not provided)

Request format (JSON):
- image_data: Base64 encoded image data (required)
- filename: Custom filename (optional)
- content_type: MIME type (optional, will guess from filename)

Returns:
- 201: Image uploaded successfully
- 400: Invalid request or unsupported image format
- 413: File too large
- 500: Upload failed

## Headers

- `Authorization` string, required

## Response `200`

No response body

- UsersUserOrganizationImagesCreateResponse200 — Empty response body

---

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