AcrCloud Not able to upload audio file

165 Views Asked by At

Getting below error even we are passing title in request body

{   
  "name": "Unprocessable entity",
  "message": "Lack field:title",
  "code": 0,
  "status": 422 
}

Any Help will be appreciable.

1

There are 1 best solutions below

1
Olym On

You need to fill up the title field. Which is required.

please refer to this example code

https://github.com/acrcloud/webapi_example/tree/master/RESTful%20service