CloudSearch is a schema-less document oriented search engine for semi-structured documents. The CloudSearch API uses a RESTful HTTP protocol with JSON as the transfer format. The general URL format for all requests is:

https://USERNAME.api.hub9.com/v0/KEY?oauth_token=OAUTH[&query=QRY][&max=MAX][&snippet=SNIP][&sort=SORT][&token=TOKEN]

Developer Sandbox

The sandbox is a free search index available to anyone to use to develop and test CloudSearch client code. The sandbox does not require signing up for a CloudSearch account but has the following usage restrictions: The sandbox is limited to 1000 documents and documents older than 24 hours are automatically deleted.

Your Sandbox Credentials


PUT

Add a document to CloudSearch.

Request

Response



Get

Retrieve a document from CloudSearch.

Request

Response


Delete

Delete a document from CloudSearch.

Request

Response