logo

AI Assistant

How can I help you today?

DocumentsGet Documents
Documents

GET /documents

List documents

curl -X GET "https://api.paperguide.com/documents?page=1" \
  -H "Content-Type: application/json"
[{
  "id": "doc_12345",
  "title": "Research Paper 1",
  "author": "John Doe"
}]
GET
/documents
GET
Request Preview
Response

Response will appear here after sending the request

Query Parameters

Responses

idstring
titlestring
authorstring