Search code examples
autodesk-forge

autodesk forge model derivatives testing api


I'd like to use the Autodesk Forge model derivative API, but I'd also like to write some integration tests to check I use the api properly. If I use the regular API, as far as I understand - I will pay for each "conversion".

Is there a testing api for the model derivatives that I can use that gets and returns dummy data without using my cloud credits?


Solution

  • While we do have dev and staging environments with a thorough integration testing, I'm afraid these are not available to external customers.

    You could store the SVF output generated by the Model Derivative service, and use that in your tests instead.