Last updated 4 months ago
Was this helpful?
Returns the capture status based on the document ID.
The document ID to fetch the capture status for.
GET /api/v1/thing/capture/status HTTP/1.1 Host: api.monogoto.io Authorization: Bearer JWT Accept: */*
Successfully retrieved the capture status.
{ "status": "success", "data": { "fileStatus": "Ready", "shortenedUrl": "https://bit.ly/3Z0jUP9" } }