0

Model Derivative APIを使用して、.DWF ファイルを STEP に変換しようとしています。

{
    "input": {
        "urn":"<<DWF URN HERE>>"
    },
    "output": {
        "destination": {
            "region": "us"
        },
        "formats": [
        {
            "type": "step"
        }]
    }
}

しかし、リクエストは次の応答で失敗します。

{
  "diagnostic": "Failed to trigger translation for this file."
}

ここで何か不足していますか?

4

1 に答える 1