# Return Individual AML Copyrighted Download URL Return individual aml details copyright evidence report pdf url Endpoint: GET /compliance/kyc-protect/searches/individuals/{searchId}/hits/{hitId}/sources/{sourceId}/copyrighted/download Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) Id of the search - `hitId` (string, required) Id of the hit - `sourceId` (string, required) Id of the hit source ## Response 200 fields (application/json): - `downloadUrl` (string) Url of the file to download - `fileName` (string) Name of the file - `expiresAt` (string) Date and time when the url will expire - `searchId` (string) Id of the search - `hitId` (string) Id of the hit - `sourceId` (string) Id of the hit ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected