Get audio

API Endpoint

GET /media/audio/:audioId
Host: api.audicient.com
Authorization: <API_KEY>:<API_SECRET>

Path Parameters

Parameter
Type
Description

audioId

uuid

audioId to which you want to update the image

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/audio/audioId
Host: api.audicient.com
Authorization: <API_KEY>:<API_SECRET>

Response

Return object storage URL

Last updated