logo

AI Assistant

How can I help you today?

DocumentsGet Documents Documentid
Documents

GET /documents/{documentId}

Get document details

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

Response will appear here after sending the request

Path Parameters

Responses

idstring
titlestring
authorstring