#Postman 404 Error, GET Request works but POST doesn't

3 messages · Page 1 of 1 (latest)

tender rock
#

I am able to get API Key usage details. So authorization is setup correctly. But POST call is not working as expected and give this long HTML code with 404 error code. How to solve this?

honest sage
#

in your headers are you submitting Content-Type: "application/json"? remember to submit HTTP-Referer and Authorization as well. see openrouter.ai/docs for examples

tender rock
#

Solved it, thank you. One more questions, is there any time-out limit?