Wandrille
Wandrille

Reputation: 6821

Autodesk Model Derivative API - Can't translate my revit file

I'm doing this tutorial from here:

Tutorial

I have a sample revit file from revit itself, I saved it as: test1.rvt

I don't understand my problem here. The eror says:

The file is not a Revit file or is not a supported version

But I have tried with the revit file from the homePage (revit 2017 and 2018) so what can be my problem here?

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Upvotes: 2

Views: 308

Answers (1)

Zhong Wu
Zhong Wu

Reputation: 2054

Just verified your revit file, it's working good with the translation service, here is my body of translation job API:

{
  "input" : {
    "urn": "dXJuOmFkc2sub2JqZWN0c*******m9uc29mdHdhcmV3b3Jrc2hvcDIvdGVzdHJ2dC5ydnQ"

  },
  "output" : {
    "force": "true",
    "destination": {
      "region": "us"
    },
    "formats": [
      {
        "type": "svf",
        "views": ["2d", "3d"]
      }
    ]
  }
}

Upvotes: 1

Related Questions