API → AIGive feedback to a specific text-to-CAD response

Parameters

Name

Type

Req.

  • id

    string / UUID
    required
  • feedback

    string
    required
    Possible values
    • thumbs_up:  Thumbs up.
    • thumbs_down:  Thumbs down.

Returns

204 No Content

resource updated

post
/user/text-to-cad/{id}
$ curl -X POST "https://api.zoo.dev/user/text-to-cad/{id}" \
	--header "Authorization: Bearer $TOKEN"