Media
Get media
GET
/
api
/
library
/
v1
/
media
/
{media_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
media_id
string
requiredID of the media uploaded
Response
200 - application/json
kind
enum<string>
requiredKind of media uploaded
Available options:
video
, audio
, image
status
enum<string>
requiredStatus of media uploaded
Available options:
processing
, ready
, failed
mime_type
string
requiredMedia mime type
user_id
string
requiredAuthor ID
meta
object | null
requiredname
string | null
Name of media uploaded
id
string
requiredID of media uploaded
created_at
string
requiredDate and time of media creation
updated_at
string
requiredDate and time of the last media update
path
string
requiredPath to the media
url
string | null
Media url
preview
object | null