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

Last updated