First let me share a video explaining what and how I am trying to do with the API in my bubble app using postman, its only a 2min video. (Click here)
Now that you have understood what I am trying to do with the API, let me show you what is happening in my bubble app when I use the same workflow and logic in my bubble App, just a 5min video. (Click here)
For those who can’t watch video ( which I recommend you to plz watch) here is an explanation of the issue I am facing.
Let us first understand what my API calls does with its name.
-
(POST) Sending user data
Sends the required data of the user required by the API let us use their service and gives a response containing the “id” of the user who’s data we have uploaded and “recordinguploadurl” where we are suppose to upload our users audio recording. -
(PUT) Uploading audio
Uploads the audio recording of the user on the link “recordinguploadurl” for API to process it. -
(GET) Fetching scores
Fetch the scores of the users using the “Id” provided to us in the fist request.
Now the issue is that I am unable to get back any scores and that status that the 3rd API call returns is “Complete_Error” which according to the documentation means that the Api did it thing but the input given to it was wrong or corrupted or anything but not right.
I have already looked at what are the supported file formates and after testing the file with postman I know its not that I am uploading the audio file which is not a supported file format.
Here is the link to the API documentation. (Click here)
Its a urgent matter at hand, so I am requesting help form you folks who have more experience than I am. Will wait for you people’s replys.