Skip to content

Endpoint

  • Method: POST
  • Path: /feeds/markdown-preview
  • Edition: Core
  • Controller: FeedsController@markdownToHtml
  • Route source: fluent-community/app/Http/Routes/api.php:80
  • Controller source: fluent-community/app/Http/Controllers/FeedsController.php

POST Render Markdown Preview

POST
/feeds/markdown-preview

Render Markdown Preview for the FluentCommunity Feeds API.

Controller: FeedsController@markdownToHtml
Route source: fluent-community/app/Http/Routes/api.php:80

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"text": "string",
  
"with": [
  
  
"string"
  
],
  
"feed": "string"
}

Responses

Successful response

application/json
JSON
{
  
"html": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation