logo
logo

AI Assistant

How can I help you today?

EndpointsGet Documents Documentid
Endpoints

GET /documents/{documentId}

Get document details

curl -X GET "https://api.paperguide.com/documents/123" \
  -H "Content-Type: application/json"
{
  "id": 1,
  "title": "Sample Document"
}
GET
/documents/{documentId}
GET
Request Preview
Response

Response will appear here after sending the request

Path Parameters

Responses

idinteger
Required
titlestring
Required