Last updated 2 months ago
Was this helpful?
Returns the capture status based on the document ID.
/v1/thing/capture/status
The document ID to fetch the capture status for.
curl -L \ --url 'https://api.monogoto.io/api/v1/thing/capture/status?docId=text' \ --header 'Authorization: Bearer JWT'
{ "status": "success", "data": { "fileStatus": "Ready", "shortenedUrl": "https://bit.ly/3Z0jUP9" } }