#
A document's facts
GETapi.thawed.app/v1/documents/{document}/facts
Every fact Thaw took off the page, with its role. Account, policy and license numbers come only on a token with the identifiers scope; without it they are left out rather than masked.
Path
documentstring (uuid)pathrequired
curl "https://api.thawed.app/v1/documents/019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11/facts" \
-H "Authorization: Bearer $THAW_TOKEN"{
"document": {
"id": "019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11",
"title": "Bluebonnet Electric bill September 2026",
"name": "scan.pdf",
"kind": "document",
"url": "https://go.thawed.app/documents/019958a0-1c4e-7d3a-9b2f-3f0c2a6e8d11"
},
"facts": [
{
"id": "019958a0-4f71-706d-8e52-6c3f5d91b044",
"key": "staging/019958a0-2d5f…/scan.pdf",
"label": "Amount due",
"role": "money",
"value": "$129.50",
"number": 129.5,
"date": "2026-09-12",
"currency": "USD",
"page": 1,
"corrected_by_hand": false
}
],
"identifiers_shown": false
}