kittycad.api.file.create_file_conversion_with_base64_helper.sync
- kittycad.api.file.create_file_conversion_with_base64_helper.sync(src_format, output_format, body, *, client)[source][source]
Convert a CAD file from one format to another. If the file being converted is larger than a certain size it will be performed asynchronously. This function automatically base64 encodes the request body and base64 decodes the request output.
- Return type:
Union
[Any
,FileConversion
,Error
,None
]