Skip to content

Audicin for Apps API (1.0.0)

Audicin for Apps API Authentication (REQUIRED)

All Audicin for Apps API endpoints require the X-API-KEY header.

Example:

X-API-KEY: xxxxxxxxx

Common error responses:

  • 401 → Missing or invalid API key
  • 402 → Subscription inactive / expired
  • 403 → License missing or quota exceeded
  • 404 → Resource not found
Languages
Servers
Generated server url
https://dev.api-b2b.audicin.com/api/v1
Operations
Operations
Operations

Generate presigned URLs for audio previews and full audios

Operations
Operations
Operations

Request

Returns a presigned download URL for image media for song cover or artist avatar

Security
api-key
Path
mediaIdstringrequired
curl -i -X GET \
  'https://dev.api-b2b.audicin.com/api/v1/tenants/downloadable/images/{mediaId}' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
property name*objectadditional property
Response
application/json
{ "url": "https://example.com/presigned/image/abc123", "expiresInSeconds": 3600 }