---
title: "Changes to Register media upload"
method: POST
path: "/media"
---

# Changes to Register media upload

`POST /media`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 29 revisions.

- **2025-10-16** (v5) `14c297539b64` — 1 breaking, 12 info
- **2024-04-23** (v5) `f9321315766f` — 1 breaking
- **2022-01-07** (v5) `59a2e4171755` — 1 info

## Changes

- **2025-10-16** (v5) `14c297539b64` — 1 breaking, 12 info
  - the `media_type` request property type/format changed from `string`/`` to ``/``
  - the request required property `media_type` became not write-only
  - removed `subschema #1` from the response body `allOf` list for the response status `201`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - added the non-success response with the status `429`
  - added the optional property `upload_parameters` to the response with the `201` status
  - added the optional property `upload_url` to the response with the `201` status
  - added the required property `media_id` to the response with the `201` status
  - added the required property `media_type` to the response with the `201` status
  - added the success response with the status `200`
- **2024-04-23** (v5) `f9321315766f` — 1 breaking
  - the response's body type/format changed from ``/`` to `object`/`` for status `201`
- **2022-01-07** (v5) `59a2e4171755` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/pinterest/apis/pinterest-rest-api/docs/media/post.md) · [API](https://skmtc.dev/pinterest/apis/pinterest-rest-api.md) · [Page](https://skmtc.dev/pinterest/apis/pinterest-rest-api/changes/media/post)
