Skip to main content
POST
Upload real estate background music

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

project_id
string<uuid>
required

Body

multipart/form-data

Serializer for uploading new background music audio assets.

file
string<uri> | null

Audio file stored on S3. Pre-signed URL may expire. To generate a new URL, call the endpoint again. If the field is null, the audio hasn't been completely uploaded.

Response

Serializer for AudioAsset with basic fields.

id
string<uuid>
required
read-only
name
string
required
read-only

Human-readable asset name.

created_at
string<date-time>
required
read-only

Datetime when the record was created.

file
string<uri> | null
required
read-only

Audio file stored on S3. Pre-signed URL may expire. To generate a new URL, call the endpoint again. If the field is null, the audio hasn't been completely uploaded.

duration_s
number<double>
required
read-only

Audio duration in seconds.

file_size
integer
required
read-only

File size in bytes.

bitrate
integer | null
required
read-only

Audio bitrate in bits per second.

sample_rate
integer | null
required
read-only

Audio sample rate in Hz (e.g., 44100, 48000).

channels
integer | null
required
read-only

Number of audio channels (1=mono, 2=stereo, etc.).