import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const response = await client.documents.getStatus('document_id');
console.log(response);{}Get the processing status of a document.
import Morphik from 'morphik';
const client = new Morphik({
apiKey: 'My API Key',
});
const response = await client.documents.getStatus('document_id');
console.log(response);{}Was this page helpful?