uploadcare / uploadcare-js-api-clients

JavaScript library for work with Uploadcare API
https://uploadcare.com/docs/start/api/
MIT License
60 stars 14 forks source link

Add AWS Rekognition Moderation addon #496

Closed nd0ut closed 1 year ago

nd0ut commented 1 year ago

API refs: https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Add-Ons/operation/awsRekognitionDetectModerationLabelsExecute

We have two methods: executeAddon and addonExecutionStatus. They're accepting addon name as an option. So looks like we need to just add aws_rekognition_detect_moderation_labels here: https://github.com/uploadcare/uploadcare-js-api-clients/blob/92c4228014d1753cf48f485b792daff0964da0f7/packages/rest-client/src/types/AddonName.ts#

Also we need to add result types for the file info (see https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/File/operation/fileInfo app_data/aws_rekognition_detect_moderation_labels)