Add Record via REST API

Add Record via REST API


I'm trying to add a new record to a form via the REST API. I am posting this:

<input type="text" name="Title" value="test"> 
<input type="text" name="Aspect_Ratio" value="99">

to:


I *'ed out the apikey and the ticket for obvious reasons. The only thing I ever get back is:

An error has occured. It has been reported to Zoho Creator support. We will look into this issue .

Sorry for the inconvenience caused.

Any thoughts on what I am doing wrong? I could just be really dumb and be missing a lot. Any hints would be appreciated. Thanks.