v2
latestOpenAPI 3.1.02026-07-2664759910.6 KBexternal
external-v2
Read Attachment
Read structured content for a single attachment by kind and ID. Use attachment_kind and attachment_id returned in note attachment metadata.
post/v2/attachments/read
Request body
Response
OK
Example response
{
"attachment_id": "2511691e-cfd2-47bc-a4b6-0104234ee1af",
"attachment_kind": "pdf",
"audio_recording": null,
"calendar_event": null,
"email": null,
"image": null,
"pdf": {
"filename": "product-spec.pdf",
"has_more": true,
"mime_type": "application/pdf",
"page_count": 7,
"page_limit": 5,
"page_offset": 0,
"pages": [
{
"key_entities": [
"Launch"
],
"page_number": 1,
"plain_text": "Launch requirements...",
"suggested_search": "launch requirements",
"summary": "Overview of launch requirements."
}
],
"suggested_search": "product launch requirements",
"summary": "Product requirements and launch milestones."
},
"request_id": "api-request-036ed6c7-de00-459f-a89b-43d26aafe522"
}