LLM Test

create_reminder #12

2026-04-28 15:41:56 · 42ms · HTTP 201

← Back to log

User agent

curl/8.7.1

Request params

{
  "title": "Schedule a round of golf with buddies",
  "remind_at": "2026-04-28T17:00:00Z",
  "importance": "high",
  "time_estimate_minutes": 15,
  "details": "Weather is perfect (75°F, sunny)! Call the guys and book a tee time.",
  "tool": {
    "title": "Schedule a round of golf with buddies",
    "remind_at": "2026-04-28T17:00:00Z",
    "importance": "high",
    "time_estimate_minutes": 15,
    "details": "Weather is perfect (75°F, sunny)! Call the guys and book a tee time."
  }
}

Response body

{
  "id": 9,
  "title": "Schedule a round of golf with buddies",
  "remind_at": "2026-04-28T17:00:00.000Z",
  "dismissed_at": null,
  "importance": "high",
  "time_estimate_minutes": 15,
  "created_at": "2026-04-28T15:41:56.646Z",
  "updated_at": "2026-04-28T15:41:56.649Z",
  "details": "Weather is perfect (75°F, sunny)! Call the guys and book a tee time.",
  "details_html": "<div class=\"trix-content\">\n  Weather is perfect (75°F, sunny)! Call the guys and book a tee time.\n</div>\n",
  "due": false,
  "active": true
}