asyncio

async kittycad.api.file.file_convert_with_base64_helper.asyncio(source_format, output_format, content, *, client)[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, None]