Get image

API Endpoint

GET /media/image/: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

quality

string

either it one of these 48p, 240p, 480p, default

Authentication Requirements

All requests must include authentication credentials.

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

Example Requests

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

Response

Return objects URL

Last updated