Why is the API not behaving according to the documentation?

Hi there,

I am following this path here in the (API) documentation: Get audio download URL

I have created an API key and copied the cURL - however, when I try to run this through an HTTP Request, I get a 404 message. According to what I can both in the app as well as in the downloaded list of recording IDs, the URL should be something like this:

https://docs.heypocketai.com/api/v1/public/recordings/MY_RECORDING_ID/audio-url

but it always throws a 404 error.

How is it possible that i can get a list of records but not a list of recordings? Is the API documentation wrong?

hey @inservo looks like the base url is wrong on the docs! we are fixing it its supposed to be

https://public.heypocketai.com

1 Like