APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Markdownrender Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Markdownrender 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",
  "method": "POST",
  "path": "/markdown",
  "summary": "APIs.io Engineering Platform Render a Markdown document",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "text": "Hello **world**"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "text/html",
      "name": "default",
      "example": "<p>Hello <strong>world</strong></p>"
    }
  ]
}