Skip to content

Commit

Permalink
Added warnings about token consumption.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbroz committed Nov 25, 2024
1 parent 82bd333 commit c6200b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/03-tutorials/01-simple-viewer/03-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ into the Viewer in our webpage. To do so, we will need to start a new conversion
in the [Model Derivative](https://aps.autodesk.com/en/docs/model-derivative/v2/developers_guide/overview)
service, and checking the status of the conversion.

:::caution
Please note that the translation of designs using the Model Derivative service has a cost associated with it,
see the [Pricing](https://aps.autodesk.com/pricing) page for more details. We recommend that you use a trial
subscription when following this tutorial.
:::

Model Derivative service requires all IDs we use in the API calls to be [base64](https://wikipedia.org/wiki/Base64)-encoded,
so we include a small utility function that will help with that.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ The relationship between an Activity and WorkItem can be thought of as a “func

In this tutorial sample, the workitem specifies the input file URL, the input JSON data with the new parameter values, and the destination URL for the output file. This sample will upload the input file to a OSS bucket before starting the workitem.

:::caution
Please note that executing an activity in the Design Automation service has a cost associated with it,
see the [Pricing](https://aps.autodesk.com/pricing) page for more details. We recommend that you use a trial
subscription when following this tutorial.
:::

<EnvTabs
NodeJsVsCode={WorkitemForNodejs}
DotNetVsCode={WorkitemForNet}
Expand Down

0 comments on commit c6200b3

Please sign in to comment.