Restore your private capture draft or confirmation receipt
Authorization
bearer In: header
Path Parameters
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/me/captures/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "status": "draft", "reviewRequired": true, "createdAt": "2019-08-24T14:15:22Z", "expiresAt": "2019-08-24T14:15:22Z", "model": "string", "notice": { "id": "string", "version": "2026-09-09", "purpose": "health_image_analysis", "recipient": "string", "en": "string", "ms": "string", "evidenceRetentionDays": 0 }, "category": "bp", "evidenceId": "84c8ea22-9959-4357-9a32-7546d09a0037", "readings": [ { "code": "8480-6", "valueNum": 0, "unit": "string", "confidence": 0, "displayedValue": 0, "displayedUnit": "mm[Hg]" } ]}Cancel your unconfirmed capture and discard its photo and draft DELETE
Idempotent for cancelled UUIDs. In-flight provider responses cannot restore a cancelled capture or its evidence. Confirmed passport records are not deleted through this route.
Save reviewed readings or editable food portion estimates POST
Nothing is written to the health passport by analysis. Confirm requires explicit review and storage consent. Health records retain OCR provenance, evidence ID and their original model confidence only if unchanged. Corrections insert immutable replacements with supersedesId, matching owner, code and original time. Meal nutrition comes from catalogue IDs or the server-pinned draft estimate scaled by reviewed grams. Clients cannot submit arbitrary calorie values or food names. Confirmation, observations and meal rows commit together. Repeating the identical confirmation returns the original receipt; changed payloads return 409.