Check Document Status
To check the status of a document, use the /request/list
endpoint.
Example:
shell
curl --location --request POST 'http://localhost:8082/request/list' \
--header 'Authorization: PERSONAL_API_KEY' \
--form 'url="REQUEST_URL"'