EndpointsGet Documents Documentid
Endpoints

GET /documents/{documentId}

Retrieve details of a specific document by its ID

curl -X GET "https://api.ahmedrehan.com/v1/documents/example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/documents/{documentId}
GET
path
documentIdstring
Required

The unique identifier of the document to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

documentIdstring
Required

The unique identifier of the document to retrieve

Responses

Document details retrieved successfully

Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago