我正在尝试使用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."
}
我在这里错过了什么吗?