Documents
List Documents
View DocsAPI Reference
Authorization
ApiKeyAuth access-key<token>
Your unique access-key generated from the platform UI
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://api.k-v.ai/api/doc/get_all"{
"value": {
"data": [
{
"created_at": "10 December 2025 10:15",
"doc_name": "2511.00285v1.pdf",
"status": "processed",
"doc_process_id": "c71a96e072b581f1108dbc5f7a93cd54",
"transactions_utilised": 117
},
{
"created_at": "11 December 2025 10:00",
"doc_name": "Settlement Agreement (1).pdf",
"status": "processing",
"doc_process_id": null,
"transactions_utilised": null
}
],
"message": "Successfully fetched all documents"
}
}{
"value": {
"data": {},
"message": "Invalid or missing access key"
}
}{
"value": {
"data": {},
"message": "Something went wrong"
}
}