iphone
activetrustediOS Shortcut • 2 notes captured • last used Apr 6, 2026, 7:07 AM
Show request examples
JSON Body
{
"sourceKey": "iphone-shortcut-1",
"text": "회의 끝나고 이 아이디어 다시 풀어보기",
"capturedAt": "2026-04-05T20:45:00+09:00",
"attachments": []
}JSON Curl
curl -X POST https://memo.blazers5.site/api/capture \
-H "Content-Type: application/json" \
-d '{
"sourceKey": "iphone-shortcut-1",
"text": "회의 끝나고 이 아이디어 다시 풀어보기",
"capturedAt": "2026-04-05T20:45:00+09:00",
"attachments": []
}'Plain Text Curl
curl -X POST https://memo.blazers5.site/api/capture \ -H "Authorization: Bearer iphone-shortcut-1" \ -H "Content-Type: text/plain; charset=utf-8" \ --data '회의 끝나고 이 흐름 다시 정리해보기'