Skip to main content

Document inquiry

To query a document uploaded to QI Tech, you can make a request with the previously obtained DOCUMENT_KEY.

Request

ENDPOINT
/document/[document_key]/url
METHOD
GET

Path Params

FieldDescription
document_keyUnique document key
Attention

The document URL will be generated with a 10-minute expiration period.

Response

STATUS
200
Response Body
{
"document_url": "url_expirável",
"signed_document_url": "url_expirável",
"expiration_datetime": "2024-05-01T01:00:00.000Z"
}
FieldTypeDescription
document_url*stringExpirable document URL
original.
signed_document_urlstringExpirable URL of the signed document if it exists. If it does not exist, this field will not be returned..
expiration_datetime*stringDate and time when the URLs will expire.