Have you taken a look at the Services and REST documentation in the 4th edition of the web2py manual? Here's a link to the online version: http://web2py.com/books/default/chapter/29/10#Restful-Web-Services
In short it's very easy to create rest services with web2py (even without using the built in request.restful() decorator). If you already understand ReST you can get going with a basic controller and the 'generic' views. If ReST is new to you then you'll probably want to take a second to go through the docs first. I hope that helps. On Monday, May 28, 2012 1:50:46 PM UTC-5, Sanjeet Roy wrote: > > Can anyone tell me how to create the API or the RESTful API for the > Application which are developed in web2py. I want to develop our own API > for my application is it possible? If possible than help me how to develop. >