curl --request GET \
--url https://api.tiro.ooo/v1/external/notes/{noteGuid}/summaries \
--header 'Authorization: Bearer <token>'{
"content": [
{
"id": 123,
"template": {
"id": 1,
"title": "One-Pager"
},
"locale": "ko_KR",
"createdAt": "2025-12-12T12:00:00Z"
}
]
}List all summaries generated for a specific note. Returns summary metadata without content.
To retrieve the full summary content, use the Get Note Summary endpoint.
See Template Based Documents for more details.
curl --request GET \
--url https://api.tiro.ooo/v1/external/notes/{noteGuid}/summaries \
--header 'Authorization: Bearer <token>'{
"content": [
{
"id": 123,
"template": {
"id": 1,
"title": "One-Pager"
},
"locale": "ko_KR",
"createdAt": "2025-12-12T12:00:00Z"
}
]
}API key in format {id}.{secret}
Note GUID
List of summaries
Response containing list of note summaries
Array of summaries
Show child attributes
Summary ID
123
Supported language locale
ko_KR, en_US, de_DE, ja_JP, es_ES, fr_FR, id_ID, vi_VN, tr_TR, uk_UA, ru_RU, hi_IN, it_IT, zh_CN, ms_MY, th_TH "ko_KR"
Creation timestamp
"2025-12-12T12:00:00Z"