Skip to main content
GET
/
api
/
v3
/
documents
/
{id}
Upload Documents Status
curl --request GET \
  --url https://api.nugen.in/api/v3/documents/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Returns the upload status for a given unique ID received from upload document endpoint. This endpoint allows clients to check the progress of a document upload after initiating it via the upload endpoint.

The response is of type Response Get Upload Status · object.