cURL
curl --request POST \ --url https://api.indoralabs.com/files/attach \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "caseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fileIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "ok": true }
Attach one or more files to a case. This creates a link between existing files and a specific case, enabling contextual review, redaction, or reporting. Requires authentication and org scope.
The case ID to attach files to.
List of file IDs to attach.
Files successfully attached to case.
true