Media Management API
3/24/25Less than 1 minute
Media Management API
Description
The Media Management API provides endpoints for uploading and managing media files, particularly images. This API enables users to upload single or multiple images for use in products, categories, and other platform features. All image uploads are securely handled and stored for later retrieval.
Key Features:
- Single Image Upload: Upload individual images with support for various image formats.
- Batch Image Upload: Upload multiple images in a single request for improved efficiency.
- Secure Storage: All images are securely stored and associated with your merchant account.
- Multipart Form Data: Uses standard multipart/form-data encoding for file uploads.
Authentication Requirements
- Authorization: Must provide a valid JWT token in the
Authorizationheader. - Merchant API Key: The
X-MerchantApiKeyheader is mandatory for all requests. - Content-Type: Must set
Content-Typeheader tomultipart/form-datafor file uploads.
Available Endpoints
- Upload Single Image - Upload a single image file
- Upload Multiple Images - Upload multiple image files in one request
