POST
/
api
/
library
/
v1
/
media
/
link

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
link
string
required

Media link

kind
enum<string> | null

Kind of media uploaded

Available options:
video,
audio,
image
name
string | null

Media name

Response

200 - application/json
kind
enum<string>
required

Kind of media uploaded

Available options:
video,
audio,
image
status
enum<string>
required

Status of media uploaded

Available options:
processing,
ready,
failed
mime_type
string
required

Media mime type

user_id
string
required

Author ID

meta
object | null
required
name
string | null

Name of media uploaded

id
string
required

ID of media uploaded

created_at
string
required

Date and time of media creation

updated_at
string
required

Date and time of the last media update

path
string
required

Path to the media

url
string | null

Media url

preview
object | null