Modelry
modelryModelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.
Acciones disponibles (15)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create WorkspaceMODELRY_CREATE_WORKSPACEAcciónTool to create a new workspace. use when you need to group products and embeds into a dedicated workspace. call after authenticating and specifying workspace details.
MODELRY_CREATE_WORKSPACEAcciónTool to create a new workspace. use when you need to group products and embeds into a dedicated workspace. call after authenticating and specifying workspace details.
Parámetros de entrada
namestringObligatorioHuman-readable name for the workspace
descriptionstringOptional description or purpose of the workspace
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Modelry EmbedMODELRY_DELETE_EMBEDAcciónTool to delete an embed. tries multiple common endpoint patterns and treats 404 as idempotent success after exhausting candidates (embed already deleted or not found).
MODELRY_DELETE_EMBEDAcciónTool to delete an embed. tries multiple common endpoint patterns and treats 404 as idempotent success after exhausting candidates (embed already deleted or not found).
Parámetros de entrada
embedIdstringObligatorioID of the embed to delete
workspaceIdstringOptional workspace scope to try workspace-scoped deletion endpoints as well.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Modelry ProductMODELRY_DELETE_PRODUCTAcciónTool to delete a product. use after confirming the product id.
MODELRY_DELETE_PRODUCTAcciónTool to delete a product. use after confirming the product id.
Parámetros de entrada
productIdstringObligatorioID of the product to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Product RepositoryMODELRY_DELETE_PRODUCT_REPOSITORYAcciónTool to delete a product repository. use after confirming the repository id.
MODELRY_DELETE_PRODUCT_REPOSITORYAcciónTool to delete a product repository. use after confirming the repository id.
Parámetros de entrada
repositoryIdstringObligatorioID of the product repository to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Modelry WorkspaceMODELRY_DELETE_WORKSPACEAcciónTool to delete a workspace. use after confirming the workspace id.
MODELRY_DELETE_WORKSPACEAcciónTool to delete a workspace. use after confirming the workspace id.
Parámetros de entrada
workspaceIdstringObligatorioID of the workspace to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EmbedMODELRY_GET_EMBEDAcciónTool to retrieve details of a specific embed. use after confirming the embed id.
MODELRY_GET_EMBEDAcciónTool to retrieve details of a specific embed. use after confirming the embed id.
Parámetros de entrada
embed_idstringObligatorioUnique identifier of the embed to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Product RepositoryMODELRY_GET_PRODUCT_REPOSITORYAcciónTool to retrieve details of a specific product repository. use when you have a repository id and need its details.
MODELRY_GET_PRODUCT_REPOSITORYAcciónTool to retrieve details of a specific product repository. use when you have a repository id and need its details.
Parámetros de entrada
repository_idstringObligatorioUnique identifier of the product repository to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get WorkspaceMODELRY_GET_WORKSPACEAcciónTool to retrieve details for a specific workspace. use after confirming the workspace id.
MODELRY_GET_WORKSPACEAcciónTool to retrieve details for a specific workspace. use after confirming the workspace id.
Parámetros de entrada
workspace_idstringObligatorioUnique identifier of the workspace to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List EmbedsMODELRY_LIST_EMBEDSAcciónTool to list available embeds. use when you need embed ids for downstream actions (e.g., modelry get embed). supports optional pagination.
MODELRY_LIST_EMBEDSAcciónTool to list available embeds. use when you need embed ids for downstream actions (e.g., modelry get embed). supports optional pagination.
Parámetros de entrada
pageintegerPage number for pagination, must be >= 1
per_pageintegerNumber of items per page for pagination, between 1 and 100
workspace_idstringOptional workspace identifier to scope the embeds listing
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Modeling RequestsMODELRY_LIST_MODELING_REQUESTSAcciónTool to list all 3d modeling requests associated with the authenticated user's workspace. use after authenticating to fetch your modeling requests.
MODELRY_LIST_MODELING_REQUESTSAcciónTool to list all 3d modeling requests associated with the authenticated user's workspace. use after authenticating to fetch your modeling requests.
Parámetros de entrada
pageintegerPage number for pagination, must be >= 1
per_pageintegerNumber of items per page for pagination, between 1 and 100
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Product RepositoriesMODELRY_LIST_PRODUCT_REPOSITORIESAcciónTool to list all product repositories in a workspace. use after confirming the workspace id.
MODELRY_LIST_PRODUCT_REPOSITORIESAcciónTool to list all product repositories in a workspace. use after confirming the workspace id.
Parámetros de entrada
workspace_idstringObligatorioUnique identifier of the workspace to list repositories for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Modelry ProductsMODELRY_LIST_PRODUCTSAcciónTool to list all products in modelry. use when you need to retrieve available products after authenticating.
MODELRY_LIST_PRODUCTSAcciónTool to list all products in modelry. use when you need to retrieve available products after authenticating.
Parámetros de entrada
pageintegerPage number for pagination, must be >= 1
per_pageintegerNumber of items per page for pagination, between 1 and 100
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Modelry WorkspacesMODELRY_LIST_WORKSPACESAcciónTool to list all workspaces in modelry. use when you need to retrieve available workspaces after authenticating.
MODELRY_LIST_WORKSPACESAcciónTool to list all workspaces in modelry. use when you need to retrieve available workspaces after authenticating.
Parámetros de entrada
pageintegerPage number for pagination, must be >= 1
per_pageintegerNumber of items per page for pagination, between 1 and 100
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Order Modeling ServiceMODELRY_ORDER_MODELING_SERVICEAcciónTool to place an order for 3d modeling services. use when workspace and product ids are known and modeling specifications are ready.
MODELRY_ORDER_MODELING_SERVICEAcciónTool to place an order for 3d modeling services. use when workspace and product ids are known and modeling specifications are ready.
Parámetros de entrada
notesstringAdditional instructions or comments for the modeler
due_datestringRequested delivery date in ISO 8601 format; if omitted, standard turnaround applies
prioritystringenumTurnaround priority; 'rush' may incur extra fees
standardrushproduct_idstringObligatorioIdentifier of the product to be modeled
service_typestringObligatorioenumLevel of modeling detail required
basicadvancedphoto-realisticworkspace_idstringObligatorioUnique identifier of the workspace where the order is placed
reference_imagesstring[]List of URLs pointing to reference images for the modeler
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Track Modeling ProgressMODELRY_TRACK_MODELING_PROGRESSAcciónTool to track the progress of a 3d modeling request. use after initiating a modeling job to poll current status and completion percentage.
MODELRY_TRACK_MODELING_PROGRESSAcciónTool to track the progress of a 3d modeling request. use after initiating a modeling job to poll current status and completion percentage.
Parámetros de entrada
request_idstringObligatorioUnique identifier of the modeling request to track
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not