kittycad.api.ai.create_image_to_3d

Functions

asyncio(input_format, output_format, body, ...)

This is an alpha endpoint.

asyncio_detailed(input_format, ...)

rtype

Response[Union[Any, Mesh, Error]]

sync(input_format, output_format, body, *, ...)

This is an alpha endpoint.

sync_detailed(input_format, output_format, ...)

rtype

Response[Union[Any, Mesh, Error]]

kittycad.api.ai.create_image_to_3d._build_response(*, response)[source][source]
Return type

Response[Union[Any, Mesh, Error]]

kittycad.api.ai.create_image_to_3d._get_kwargs(input_format, output_format, body, *, client)[source][source]
Return type

Dict[str, Any]

kittycad.api.ai.create_image_to_3d._parse_response(*, response)[source][source]
Return type

Union[Any, Mesh, Error, None]

async kittycad.api.ai.create_image_to_3d.asyncio(input_format, output_format, body, *, client)[source][source]

This is an alpha endpoint. It will change in the future. The current output is honestly pretty bad. So if you find this endpoint, you get what you pay for, which currently is nothing. But in the future will be made a lot better.

Return type

Union[Any, Mesh, Error, None]

async kittycad.api.ai.create_image_to_3d.asyncio_detailed(input_format, output_format, body, *, client)[source][source]
Return type

Response[Union[Any, Mesh, Error]]

kittycad.api.ai.create_image_to_3d.sync(input_format, output_format, body, *, client)[source][source]

This is an alpha endpoint. It will change in the future. The current output is honestly pretty bad. So if you find this endpoint, you get what you pay for, which currently is nothing. But in the future will be made a lot better.

Return type

Union[Any, Mesh, Error, None]

kittycad.api.ai.create_image_to_3d.sync_detailed(input_format, output_format, body, *, client)[source][source]
Return type

Response[Union[Any, Mesh, Error]]