Outline · Example Payload

Collectionscreate

Collections

Collectionscreate is an example object payload from Outline, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdpathmethodsummarytagsrequestSchema

Example Payload

Raw ↑
{
  "operationId": "collectionsCreate",
  "path": "/collections.create",
  "method": "POST",
  "summary": "Create a collection",
  "tags": [
    "Collections"
  ],
  "requestSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "example": "Human Resources"
      },
      "description": {
        "type": "string",
        "description": "A brief description of the collection, markdown supported. Only one of `description` or `data` may be provided.",
        "example": "HR documentation is confidential and should be handled with care."
      },
      "data": {
        "type": "object",
        "description": "The collection description as a rich-text ProseMirror JSON document. Only one of `description` or `data` may be provided."
      },
      "permission": {
        "$ref": "#/components/schemas/Permission"
      },
      "icon": {
        "type": "string",
        "description": "A string that represents an icon in the outline-icons package or an emoji"
      },
      "color": {
        "type": "string",
        "description": "A hex color code for the collection icon",
        "example": "#123123"
      },
      "sharing": {
        "type": "boolean",
        "description": "Whether public sharing of documents is allowed",
        "example": false
      }
    },
    "required": [
      "name"
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/collectionsCreate"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.