Zoho - Trademark
Blogs
   Forums   Sheet Home
   Writer Home   Toll Free : 888 900 9646


Get the API Key
Zoho API



Welcome to the Zoho API Page
!

The Zoho Application Programming Interface (API) lets anyone write their own program to pull Zoho Writer, Zoho Sheet and Zoho Show data and work with the data in many possible ways.

The Zoho APIs are basically segregated into:

Accessing Zoho API


The users need to have an 'API Key' as well as a 'Ticket ID' for accessing the Zoho API. We use the API key to track usage. The ticket ID is required for authenticating the user for a particular Zoho service.

How to get the API Key?

Users can request for the API Key by registering themselves at the following url. Once we receive the request, we will be sending the API Key to the Email ID that the user has specified during the registration process. Please do not distribute or use the key for creating multiple services (you should request for an API key for each individual service that you plan to create). Any violations will result in the cancellation of the API Key. Getting this API Key is a onetime process.

How to generate Ticket ID?

To generate the ticket ID, users have to send the authenticated request to Zoho Accounts over a secured connection in the following URL format:

Request


https://accounts.zoho.com/login?servicename=[ZohoWriter/ZohoSheet/ZohoShow]&FROM_AGENT=true&
LOGIN_ID=[Zoho ID/Email ID]&PASSWORD=[Password]



The mandatory list of parameters to be passed in the URL are:
Depending on the parameters passed over the requested URL, the user will get a response in the following name/value format:

Response


#Comment
[name1]=[value1]\n
[name2]=[value2]\n
[name3]=[value3]\n


Example of a response


#Thu Oct 26 02:17:49 PST 2006
WARNING=
TICKET=543754375sdferuecmvc458545432dfffqq
RESULT=TRUE



Here
Storage API

There's a list of storage APIs for Zoho Writer, Sheet
, Show, Planner and Creator available. The storage APIs currently being developed is based on REST style while the previous version of Zoho API now deprecated (but functional) were loosely based on RPC style. To get the list of API methods for the above Zoho services, please click on the appropriate link mentioned below :

Remote API

Zoho Remote API allows any third-party application use the feature-rich editor of Zoho Writer/Sheet/Show for creating/editing documents/spreadsheets/presentations. For more on remote API's and its usage please refer to the links for the specific Zoho Services below:

      Zoho Writer Remote API

       # Zoho Sheet Remote API

       # Zoho Show Remote API


Zoho API is an easy way to integrate Zoho Services into your application. Do have a go at the APIs by signing up for the key now. If you have any further questions regarding Zoho API write to us at api@zoho.com.