Medipim BE - API V4

Developer documentation

POST /v4/media/upload

(Last updated: 18/03/2024)

Access to this feature is restricted and depends on your subscription type.

This endpoint allows for uploading media files.

Before starting to upload files through the API please read the media uploading instructions.

Request

Method

POST

URL

https://api.medipim.be/v4/media/upload

Headers

Body

  • file:
    • name: Name of the media file (string, required)
    • content: Base64 encoded content of the file (string, required)
  • products[]: List of Medipim product IDs (string[], optional)

Response

Body

Examples

You can upload images to Medipim through the API.
What do you need?

  1. Name (Correct version with shortcodes)
  2. Content: Base64 encoded content of the file
  3. Products: The different products the image should be linked to (Medipim ID)