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]/urlMETHOD
GETPath Params
Field | Description |
---|---|
document_key | Unique document key |
Attention
The document URL will be generated with a 10-minute expiration period.
Response
STATUS
200Response Body
{
"document_url": "url_expirável",
"signed_document_url": "url_expirável",
"expiration_datetime": "2024-05-01T01:00:00.000Z"
}
Field | Type | Description |
---|---|---|
document_url * | string | Expirable document URL |
original. | ||
signed_document_url | string | Expirable URL of the signed document if it exists. If it does not exist, this field will not be returned.. |
expiration_datetime * | string | Date and time when the URLs will expire. |