API docs example
Perform quality check on given image.
Body
imagestring · binaryRequired
JPG or PNG image file
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
POST /v1/videos/check HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 18
{
"image": "binary"
}
{
"quality_score": 1,
"quality_error_code": 1,
"prompt": "text",
"signature": "text",
"quality_error_type": "text"
}
Last updated