Last updated 1 year ago
Perform quality check on given image.
JPG or PNG image file
curl -L \ --request POST \ --url '/v1/videos/check' \ --header 'Content-Type: multipart/form-data' \ --form 'image=binary'
{ "quality_score": 1, "quality_error_code": 1, "prompt": "text", "signature": "text", "quality_error_type": "text" }