APIMLList text-to-CAD models you've generated

Parameters

Name

Type

Req.

  • limit

    integer
    optional
  • page_token

    string
    optional
  • sort_by

    string
    required
    Possible values
    • created_at_ascending:  Sort in increasing order of "created_at".
    • created_at_descending:  Sort in decreasing order of "created_at".
  • conversation_id

    string / UUID
    required
  • no_models

    boolean
    optional

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/user/text-to-cad
$ curl "https://api.zoo.dev/user/text-to-cad" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    "{}"
  ],
  "next_page": "iUapPGpck"
}