EndpointsGet Documents Documentid
Endpoints

GET /documents/{documentId}

Info for a specific document

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

The id of the document to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

documentIdstring
Required

The id of the document to retrieve

Responses

Expected response to a valid request

Was this page helpful?