kittycad.api.ai.list_text_to_cad_models_for_user.sync

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]