Skip to main content
GET
Get a media item

Authorizations

Authorization
string
header
required

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

Path Parameters

mediaId
string
required

Response

200 - application/json

Media item

id
string
required
type
enum<string>
required
Available options:
video,
image,
logo,
intro-video,
outro-video
url
string<uri>
required
status
enum<string>
required
Available options:
processing,
ready,
failed
error
string | null
required
width
number
required
height
number
required
createdAt
string
required
updatedAt
string
required
previewUrl
string<uri> | null