kittycad.api.file.create_file_conversion_with_base64_helper.asyncio

async kittycad.api.file.create_file_conversion_with_base64_helper.asyncio(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]