Backoffice API
  1. Uploader
Backoffice API
  • AdOps
  • Community
  • Core
  • Docs
  • Magazines
  • Publisher
    • Publications
      • Create Publication
      • Publication by id
      • Remove Publication by id
    • Blocks
      • Create Media Block HTML
      • Media Block by id
      • Update Media Block HTML by id
  • ReaderHub
    • Readers
      • Create Reader entitlement
  • Uploader
    • Upload Asset Image
      POST
  • Schemas
    • AdOps
      • Ad
      • Adversiter
      • Category
      • Creative
      • Adversiter (summary)
    • Community
      • Event
      • Event (summary)
      • Event Schedule
      • Organization
      • Organization (summary)
      • Person
      • Person (summary)
      • Project
      • Project (summary)
      • Profile
      • Profile (summary)
      • Profile Address
      • Profile Block
      • Profile Block (summary)
      • Profile BlockEntry
      • Profile BlockEntry (summary)
      • Profile Contact
      • Profile Description
    • Core
      • Visual
        • Image
        • Slideshow
        • Video
        • Visual Image
        • Visual Slideshow
        • Visual Video
        • Visual None
      • Asset
      • Category
      • Reference
      • Paging Metadata
      • Visual
    • Docs
      • Content
        • Content
        • Content (summary)
        • Content Metadata
        • Content Block
      • Blocks
        • Quote Block
        • Question Block
        • Data Block
        • HTML Block
        • Image Block
        • Related Content Block
        • Richtext Block
        • Slideshow Block
        • Video Block
      • ContentType
        • ContentType
        • ContentTemplate (summary)
        • ContentTemplate
    • Magazines
      • Issue
      • Section
      • Section Block
      • Section Block (summary)
      • Block Slot
      • SectionContent
    • Publisher
      • Publication
    • ReaderHub
      • Entitlement
  1. Uploader

Upload Asset Image

POST
/image
Specific API dedicated to image file upload.
Accepted image file formats: "jpg", "jpeg", "gif", "png", "webp"
Max supported file size: 15Mb
We encourage you to optimize the size of your files before uploading

Request

Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
API Key
Add parameter in query
x-api-key
Example:
x-api-key: ********************
or
Body Params multipart/form-data

Responses

🟢200Success
application/json
Body

🟠400Bad Request
🟠401Unauthorized API KEY
🟠403Unauthorized roles
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://assets.prod.your-api-server.com/upload/image' \
--header 'x-api-key: <api-key>' \
--form 'image=@""'
Response Response Example
200 - Example 1
{
    "data": {
        "key": "uploads/58853e25-ae5e-4471-92ee-37c91a501c08.png"
    }
}
Modified at 2025-06-19 16:43:38
Previous
Create Reader entitlement
Next
Ad
Built with