APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Markdownrender Raw Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Markdownrender Raw Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "markdown/render-raw",
  "method": "POST",
  "path": "/markdown/raw",
  "summary": "APIs.io Engineering Platform Render a Markdown document in raw mode",
  "requestExamples": [
    {
      "contentType": "text/plain",
      "name": "default",
      "example": {
        "text": "Hello **world**"
      }
    },
    {
      "contentType": "text/x-markdown",
      "name": "default",
      "example": {
        "text": "Hello **world**"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "text/html",
      "name": "default",
      "example": "<p>Hello <strong>world</strong></p>"
    }
  ]
}