Skip to main content
GET
/
text-detections
/
file
/
{fileId}
Get text redactions for a file
curl --request GET \
  --url https://api.indoralabs.com/text-detections/file/{fileId} \
  --header 'x-api-key: <api-key>'
{
  "redactions": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "caseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "docId": "<string>",
      "status": "pending",
      "outputS3Uri": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

fileId
string<uuid>
required

Response

Text redaction records for the file.

redactions
object[]