Audicient API
  • Getting Started
  • Authentication
    • Signing Up New Users
  • Common
  • Media
    • Image
      • Get image
      • Upload Image
      • Update image
    • Audio
      • Get audio
      • Upload audio
      • Update audio
  • Users
  • Contracts
    • Get User Contract
    • Update User Contract
    • Remove stores for a account
    • Terminate Account
  • Artists
    • List all artists
    • Create artist
    • Get Artist Details
    • Update Artist
  • Labels
    • List all labels
    • Create label
    • Get Label Details
    • Update Label
  • Releases
    • Get Releases
    • Get Release Detail
    • Get Tracks
    • Save Release
  • Distribution
    • QC Approval
    • Remove store from delivery
    • Add release to delivery queue
    • Upload Release on Consolidated Independent / State 51
    • Upload on FUGA
Powered by GitBook
On this page
  • API Endpoint
  • Path Parameters
  • Query Parameters
  • Authentication Requirements
  • Example Requests
  • Success Response
  1. Media
  2. Image

Update image

API Endpoint

POST /media/image/upload/:imageId
Host: api.audicient.com
Authorization: <API_KEY>:<API_SECRET>

Path Parameters

Parameter
Type
Description

imageId

uuid

imageId to which you want to update the image

Query Parameters

Parameter
Type
Description

isTemp

boolean

Defaults to true (deleted in 24 hours if unused). Use false only for user profile images.

isRelease

boolean

Required if uploading a release artwork. If true, isTemp is automatically true.

Authentication Requirements

All requests must include authentication credentials.

  • Authorization Header: Pass the API key and secret as <API_KEY>:<API_SECRET>.

Example Requests

Temporary Image Upload

POST /media/image/upload?isTemp=true
Host: api.audicient.com
Authorization: <API_KEY>:<API_SECRET>

Release Artwork Upload

POST /media/image/upload?isRelease=true
Host: api.audicient.com
Authorization: <API_KEY>:<API_SECRET>

Success Response

3de41ce3-7a89-407b-b2e7-01117c818595
PreviousUpload ImageNextAudio

Last updated 2 months ago