This API endpoint allows you to upload images to our server. Please follow the guidelines below to ensure a smooth upload process.

  • Supported Formats: JPG, PNG, GIF
  • Max File Size: 10MB
  • Image Dimensions: 1920x1080 preferred

How to Use

  1. Send a POST request to /en/api/content/image-upload.
  2. Include an Authorization header with a valid token.
  3. Attach the image file in the request body.

Example

POST /en/api/content/image-upload HTTP/1.1
Host: example.com
Authorization: Bearer <your-token>
Content-Type: multipart/form-data

--boundary
Content-Disposition: form-data; name="file"; filename="example.jpg"
Content-Type: image/jpeg

<binary-image-data>
--boundary--

Resources

For more information, please refer to our API documentation.

[

example_image
]