curl -X GET https://alfred.black/api/v1/vault/inbox \
-H "Authorization: Bearer alf_your_key_here"
{
"files": [
"meeting-notes-2026-02-26.md",
"project-idea.md",
"contact-info.txt"
]
}
List all files currently waiting in your inbox.
curl -X GET https://alfred.black/api/v1/vault/inbox \
-H "Authorization: Bearer alf_your_key_here"
{
"files": [
"meeting-notes-2026-02-26.md",
"project-idea.md",
"contact-info.txt"
]
}
curl -X GET https://alfred.black/api/v1/vault/inbox \
-H "Authorization: Bearer alf_your_key_here"
{
"files": [
"meeting-notes-2026-02-26.md",
"project-idea.md",
"contact-info.txt"
]
}
Was this page helpful?