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
- Send a POST request to
/en/api/content/image-upload
. - Include an
Authorization
header with a valid token. - 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