{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Markdown API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Markdown", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Render a Markdown document", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/markdown", "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Render a Markdown document" }, { "info": { "name": "APIs.io Engineering Platform Render a Markdown document in raw mode", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/markdown/raw" }, "docs": "You must send Markdown as plain text (using a `Content-Type` header of `text/plain` or `text/x-markdown`) to this endpoint, rather than using JSON format. In raw mode, [GitHub Flavored Markdown](https://github.github.com/gfm/) is not supported and Markdown will be rendered in plain format like a README.md file. Markdown content must be 400 KB or less." } ] } ], "bundled": true }