Skip to main content
GET
/
text-detections
/
job
/
{fileId}
Get latest text redaction job status
curl --request GET \
  --url https://api.indoralabs.com/text-detections/job/{fileId} \
  --header 'x-api-key: <api-key>'
{
  "job": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "fileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "kind": "redact",
    "status": "pending",
    "outputBucket": "<string>",
    "outputKey": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

fileId
string<uuid>
required

Response

Latest file job record.

job
object