Post new audio files
Deprecated
POST /audio
POST
/audio
Create one or many new audio contents
This is a deprecated endpoint and will be removed. Please use /media/audio
instead.
Authorizations
Request Body
Create one or many audio content
One of:
object
team_id
integer
title
string
description
string
custom_fields
Custom fields as key value pairs
object
key
additional properties
string
is_downloadable
boolean
is_published
boolean
url
string
tags
An array of tags as strings
Array<string>
is_previewable
boolean
disable_transcription
boolean
Array
object
team_id
integer
title
string
description
string
custom_fields
Custom fields as key value pairs
object
key
additional properties
string
is_downloadable
boolean
is_published
boolean
url
string
tags
An array of tags as strings
Array<string>
is_previewable
boolean
disable_transcription
boolean
Responses
201
Created
object
message
string
audio_token
string
messages
Array<string>
401
Missing or invalid Authorization Bearer token
object
message
string