---
title: "Create branding photo upload"
method: POST
path: "/parties/{partyId}/branding/photo-uploads"
tags: ["Parties"]
---

# Create branding photo upload

`POST /parties/{partyId}/branding/photo-uploads`

Create an upload for a business profile photo in Live using your own or delegated party update permission

## Path parameters

- `partyId` string, required

## Headers

- `X-Instance-ID` string, nullable

## Request body

- object
  - `data` object, required
    - `attributes` object, required
      - `contentType` 'image/jpeg' | 'image/png' | 'image/webp', required — Avatar image MIME type
      - `sizeBytes` integer, required — Avatar image size in bytes

## Response `200`

Successful Response

- object
  - `data` object, required
    - `type` 'partyAvatarUpload', required
    - `id` string, required
    - `attributes` object, required
      - `uploadUrl` string, uri, required — Presigned S3 POST URL for the avatar upload
      - `uploadFields` object, required — Form fields for the presigned S3 POST
      - `objectKey` string, required — Opaque avatar object key to pass to completeAvatarUpload

## Other responses

- `400` — Validation Error
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found. Returned when the resource does not exist, or when it exists but is not accessible to your account. The two cases are intentionally indistinguishable, so that resource IDs cannot be enumerated by probing.
- `409` — Conflict
- `422` — Validation Error. The response contains one error object for each invalid request value.
- `428` — Precondition Required
- `429` — Too Many Requests
- `500` — Internal Server Error
- `501` — Not Implemented
- `502` — Bad Gateway
- `503` — Service Unavailable

## Changes

- **2026-09-15** `1132c9ddb7bd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/natural/apis/natural-api/changes/parties/:partyId/branding/photo-uploads/post.md)

---

[API](https://skmtc.dev/natural/apis/natural-api.md) · [All operations](https://skmtc.dev/natural/apis/natural-api/llms.txt) · [OpenAPI document](https://skmtc.dev/natural/apis/natural-api/revisions/4a05af81217f?raw)
