API → AIGet an AI prompt
hidden

Parameters

Name

Type

Req.

  • id

    string / UUID
    required

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • completed_at

      string / ISO-8601
      optional
    • created_at

      string / ISO-8601
      optional
    • error

      string
      optional
    • feedback

      string
      optional
      Possible values
      • thumbs_up:  Thumbs up.
      • thumbs_down:  Thumbs down.
    • id

      string / UUID
      optional
    • metadata

      optional
    • model_version

      string
      optional
    • output_file

      string
      optional
    • prompt

      string
      optional
    • started_at

      string / ISO-8601
      optional
    • status

      string
      optional
      Possible values
      • queued:  The async API call is queued.
      • uploaded:  The async API call was uploaded to be converted.
      • in_progress:  The async API call is in progress.
      • completed:  The async API call has completed.
      • failed:  The async API call has failed.
    • type

      string
      optional
      Possible values
      • text_to_cad:  Text to CAD.
    • updated_at

      string / ISO-8601
      optional
    • user_id

      string / UUID
      optional
get
/ai-prompts/{id}
$ curl "https://api.zoo.dev/ai-prompts/{id}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "completed_at": "2024-05-20T06:18:39.082Z",
  "created_at": "2024-05-20T06:18:39.082Z",
  "error": "HS5PdRNB2Nh92n7fyYFElAX",
  "feedback": "thumbs_down",
  "id": "9baaefde-0e38-4c4d-8b09-1473000c3e9c",
  "metadata": "{}",
  "model_version": "RnNgCtl8d8y",
  "output_file": "HC4xLUmR0",
  "prompt": "m5uVhQfwNtFY2",
  "started_at": "2024-05-20T06:18:39.083Z",
  "status": "queued",
  "type": "text_to_cad",
  "updated_at": "2024-05-20T06:18:39.083Z",
  "user_id": "12109ca5-34ce-4698-8919-176aa0bdfe63"
}