---
title: "Upload image to GFM NPO page"
method: POST
path: "/organizations/{organization_id}/gfm-npo-page/upload-image"
tags: ["GFM NPO Page"]
---

# Upload image to GFM NPO page

`POST /organizations/{organization_id}/gfm-npo-page/upload-image`

Creates a presigned URL, uploads the file to S3, and finalizes the image in the GFM brand kit.

## Path parameters

- `organization_id` integer, required

## Response `200`

Image uploaded and finalized successfully

- object
  - `success` boolean
  - `data` object
    - `photoType` string
    - `url` string, url
    - `final_object_key` string

## Other responses

- `400` — Bad request - validation failed or missing mapping
- `403` — Forbidden - insufficient permissions
- `404` — Organization not found
- `422` — Validation failed
- `500` — Unexpected error during upload

---

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