Search documentation
karat

+

K

User Documentation ↗
Version 2.0

Read Original Media Item

GET/api/v2/mediasets/{mediaSetRid}/items/{mediaItemRid}/original
Warning

This endpoint is in preview and may be modified or removed at any time. To use this endpoint, add preview=true to the request query parameters.

Gets the content of an original file uploaded to the media item, even if it was transformed on upload due to being an additional input format.

Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:mediasets-read.

Path parameters

mediaSetRid
string

The Resource Identifier (RID) of a Media Set in Foundry.

mediaItemRid
string

The Resource Identifier (RID) of an individual Media Item within a Media Set in Foundry.

Query parameters

preview
boolean
optional

A boolean flag that, when set to true, enables the use of beta features in preview mode.

Response body

body
string

The content stream.

Examples

Request

Copied!
1 2 3 curl \ -H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/v2/mediasets/{mediaSetRid}/items/{mediaItemRid}/original?preview=true"