Retrieves details of a specific Media file by its media key.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A single Media Key.
A comma separated list of Media fields to display.
1
[
"alt_text",
"duration_ms",
"height",
"media_key",
"non_public_metrics",
"organic_metrics",
"preview_image_url",
"promoted_metrics",
"public_metrics",
"type",
"url",
"variants",
"width"
]
The request has succeeded.
The response is of type object
.