NAiOS IconNAiOS Logo
Volver al catálogo

Modelry

modelry

Modelry is a 3D visualization platform for eCommerce that creates custom 3D product models, AR experiences, and digital asset management.

Acciones
15
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • namestringObligatorio

    Human-readable name for the workspace

  • descriptionstring

    Optional description or purpose of the workspace

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Modelry EmbedMODELRY_DELETE_EMBEDAcción

Tool 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

  • embedIdstringObligatorio

    ID of the embed to delete

  • workspaceIdstring

    Optional workspace scope to try workspace-scoped deletion endpoints as well.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Modelry ProductMODELRY_DELETE_PRODUCTAcción

Tool to delete a product. use after confirming the product id.

Parámetros de entrada

  • productIdstringObligatorio

    ID of the product to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Product RepositoryMODELRY_DELETE_PRODUCT_REPOSITORYAcción

Tool to delete a product repository. use after confirming the repository id.

Parámetros de entrada

  • repositoryIdstringObligatorio

    ID of the product repository to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Modelry WorkspaceMODELRY_DELETE_WORKSPACEAcción

Tool to delete a workspace. use after confirming the workspace id.

Parámetros de entrada

  • workspaceIdstringObligatorio

    ID of the workspace to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EmbedMODELRY_GET_EMBEDAcción

Tool to retrieve details of a specific embed. use after confirming the embed id.

Parámetros de entrada

  • embed_idstringObligatorio

    Unique identifier of the embed to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Product RepositoryMODELRY_GET_PRODUCT_REPOSITORYAcción

Tool to retrieve details of a specific product repository. use when you have a repository id and need its details.

Parámetros de entrada

  • repository_idstringObligatorio

    Unique identifier of the product repository to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get WorkspaceMODELRY_GET_WORKSPACEAcción

Tool to retrieve details for a specific workspace. use after confirming the workspace id.

Parámetros de entrada

  • workspace_idstringObligatorio

    Unique identifier of the workspace to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List EmbedsMODELRY_LIST_EMBEDSAcción

Tool 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

  • pageinteger

    Page number for pagination, must be >= 1

  • per_pageinteger

    Number of items per page for pagination, between 1 and 100

  • workspace_idstring

    Optional workspace identifier to scope the embeds listing

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Modeling RequestsMODELRY_LIST_MODELING_REQUESTSAcción

Tool 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

  • pageinteger

    Page number for pagination, must be >= 1

  • per_pageinteger

    Number of items per page for pagination, between 1 and 100

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Product RepositoriesMODELRY_LIST_PRODUCT_REPOSITORIESAcción

Tool to list all product repositories in a workspace. use after confirming the workspace id.

Parámetros de entrada

  • workspace_idstringObligatorio

    Unique identifier of the workspace to list repositories for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Modelry ProductsMODELRY_LIST_PRODUCTSAcción

Tool to list all products in modelry. use when you need to retrieve available products after authenticating.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1

  • per_pageinteger

    Number of items per page for pagination, between 1 and 100

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Modelry WorkspacesMODELRY_LIST_WORKSPACESAcción

Tool to list all workspaces in modelry. use when you need to retrieve available workspaces after authenticating.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1

  • per_pageinteger

    Number of items per page for pagination, between 1 and 100

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Order Modeling ServiceMODELRY_ORDER_MODELING_SERVICEAcción

Tool 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

  • notesstring

    Additional instructions or comments for the modeler

  • due_datestring

    Requested delivery date in ISO 8601 format; if omitted, standard turnaround applies

  • prioritystringenum

    Turnaround priority; 'rush' may incur extra fees

    standardrush
  • product_idstringObligatorio

    Identifier of the product to be modeled

  • service_typestringObligatorioenum

    Level of modeling detail required

    basicadvancedphoto-realistic
  • workspace_idstringObligatorio

    Unique 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Track Modeling ProgressMODELRY_TRACK_MODELING_PROGRESSAcción

Tool 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_idstringObligatorio

    Unique identifier of the modeling request to track

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not