APIv1.ModelLinkResource interface

ModelLinks tie two distinct Models together to represent some type of shared functionality.

For example, you might create a link between a model representing a physical t-shirt, and a model representing a t-shirt in Roblox to allow users to reproject Designs between the two.

Or, as a manufacturer you might upgrade your t-shirt pattern over time, so to prevent existing Designs from breaking, you create a ModelLink between the two to facilitate a transfer to the new Model.

Models also provide varying capabilities (AOP, DTG, various export types, etc.). You may want to link two Models together to effectively expand the capabilities you have access to when designing on a Model.

This interface was referenced by V1's JSON-Schema via the definition "ModelLinkResource".

Signature:

export interface ModelLinkResource 

Properties

Property

Modifiers

Type

Description

created_at

Date

when the resource was created

creator

UserIdentity

id

string

the resource id

inverse?

ModelLinkIdentity | null

(Optional)

mapping

ModelLinkMapping

source?

ModelIdentity

(Optional)

target?

ModelIdentity

(Optional)

updated_at

Date

when the resource was updated

uri

string

the resource uri

Get in touch

We'd love to learn more about your vision and how we can help.

PressPrivacyTermsSupportCopyright © 2025 Core3D, Inc. All Rights Reserved.