ar-kitect 3D AR Model Viewer & Exporter Usage # convert obj curl -X POST 'https://ar-kitect.herokuapp.com?mode=obj' -F f.obj=@'somefilepath/file.obj' # convert fbx curl -X POST 'https://ar-kitect.herokuapp.com?mode=fbx' -F f.obj=@'somefilepath/file.fbx'