Get Capture

Get the capture status based on the given document ID

get

Returns the capture status based on the document ID.

Authorizations
Query parameters
docIdstringRequired

The document ID to fetch the capture status for.

Responses
200

Successfully retrieved the capture status.

application/json
get
GET /api/v1/thing/capture/status?docId=text HTTP/1.1
Host: https:/.monogoto.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "status": "success",
  "data": {
    "fileStatus": "Ready",
    "shortenedUrl": "https://bit.ly/3Z0jUP9"
  }
}

Last updated

Was this helpful?