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.
Registers a media item that currently resides in a federated media store. Registration will validate the item against the media set's schema and perform initial metadata extraction. This endpoint is only applicable for federated media sets.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:mediasets-write.
stringSpecifies the specific branch by name to which this media item will be registered.
stringSpecifies the specific view by rid to which this media item will be registered.
stringThe id of the transaction associated with this request. Required for transactional media sets.
booleanA boolean flag that, when set to true, enables the use of beta features in preview mode.
objectRequest to register a media item from a federated store.
stringThe relative path within the federated media store where the media item exists.
stringA user-specified identifier for a media item within a media set. Paths must be less than 256 characters long. If multiple items are written to the same media set at the same path, then when retrieving by path the media item which was written last is returned.
objectResponse after successfully registering a media item.
stringThe Resource Identifier (RID) of an individual Media Item within a Media Set in Foundry.
stringThe media type of the file or attachment.
Examples: application/json, application/pdf, application/octet-stream, image/jpeg