Zoho - Trademark Blogs    Forums    Contact Us    Show Home  Toll Free : 888 900 9646

Zoho Show API Docs

The Zoho Show API allows client applications to view, list, trash, embed & perform a host of useful operations on their presentations. It is loosely based on the XML-RPC specification that allows software running on disparate operating systems and different environments to make procedure calls over the internet. See the XML-RPC specification for more information.

This API provides an easy way to integrate Zoho Services into your application. To perform an action using the Zoho Show API, you need to choose a calling convention (GET/POST), send a request specifying the method name and some arguments. In return, you will recieve a fomatted response from the called method.
 
API URL

To access the API, the users should use the following format mentioned below :

http://<servername>:<port>/api?ticket=<user ticket id>&apikey=<apikey>
Example: http://show.zoho.com/api?ticket=<<ticket id of the user>>&apikey=<apikey>

    Note:
-- It is mandatory to specify the ticket id in the URL as it is used for API authentication.
-- xml tags marked in grey color text are optional.


API Methods
Error Report

The list of exceptions that a user will get as a response to invalid input during method call can be viewed here.