iPhone Shortcut Setup

URL保存へ

URL保存

POST URL

https://recallbox.imeer.jp/api/recalls

JSON body

{
  "url": "Shortcut Input"
}

HTTP設定

Method

POST

Headers

Content-Type: application/json
Accept: application/json

成功レスポンス

{
  "ok": true,
  "id": 123,
  "title": "URL保存: 2026-07-05 12:00",
  "source_type": "url",
  "detail_url": "https://recallbox.imeer.jp/recall.php?id=123",
  "data": {
    "id": 123
  }
}