kittycad.api.ai.list_text_to_cad_models_for_user

Functions

asyncio(sort_by, *, client[, limit, page_token])

This will always return the STEP file contents as well as the format the user originally requested.

asyncio_detailed(sort_by, *, client[, ...])

rtype:

Response[Union[TextToCadResultsPage, Error, None]]

sync(sort_by, *, client[, limit, page_token])

This will always return the STEP file contents as well as the format the user originally requested.

sync_detailed(sort_by, *, client[, limit, ...])

rtype:

Response[Union[TextToCadResultsPage, Error, None]]

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

Response[Union[TextToCadResultsPage, Error, None]]

kittycad.api.ai.list_text_to_cad_models_for_user._get_kwargs(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Dict[str, Any]

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

Union[TextToCadResultsPage, Error, None]

async kittycad.api.ai.list_text_to_cad_models_for_user.asyncio(sort_by, *, client, limit=None, page_token=None)[source][source]

This will always return the STEP file contents as well as the format the user originally requested. This endpoint requires authentication by any KittyCAD user. It returns the text-to-CAD models for the authenticated user. The text-to-CAD models are returned in order of creation, with the most recently created text-to-CAD models first.

Return type:

Union[TextToCadResultsPage, Error, None]

async kittycad.api.ai.list_text_to_cad_models_for_user.asyncio_detailed(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Response[Union[TextToCadResultsPage, Error, None]]

kittycad.api.ai.list_text_to_cad_models_for_user.sync(sort_by, *, client, limit=None, page_token=None)[source][source]

This will always return the STEP file contents as well as the format the user originally requested. This endpoint requires authentication by any KittyCAD user. It returns the text-to-CAD models for the authenticated user. The text-to-CAD models are returned in order of creation, with the most recently created text-to-CAD models first.

Return type:

Union[TextToCadResultsPage, Error, None]

kittycad.api.ai.list_text_to_cad_models_for_user.sync_detailed(sort_by, *, client, limit=None, page_token=None)[source][source]
Return type:

Response[Union[TextToCadResultsPage, Error, None]]