Muddy

Making your content more findable and connected

Developer Guide › Methods

  1. Introduction
  2. Authentication
  3. Request Limits
  4. Methods:
    1. Extract
    2. Collections
    3. Pages
    4. Related Pages
    5. Entities
    6. Related Entities

The Muddy API consists of a number of different types of methods, each of which covers a type of resource, such as a collection, a page or an entity.

The API is called by sending an HTTP request to a Muddy URL. All Muddy URLs start with http://muddy.it/, followed by the name of the resource, and then optionally an identifier.

Most methods are called in the context of a collection.

Name URL HTTP methods
Collectionshttp://www.muddy.it/collectionsGET, POST
Pageshttp://www.muddy.it/collections/COLLECTION_TOKEN/pagesGET, POST
Related Pageshttp://www.muddy.it/collections/COLLECTION_TOKEN/pages/PAGE_ID/relatedGET
Entiteshttp://www.muddy.it/collections/COLLECTION_TOKEN//entities/ENTITY_MD5SUMGET
Related Entitieshttp://www.muddy.it/collections/COLLECTION_TOKEN/entities/ENTITY_MD5SUM/relatedGET