⚡
Fluxpoint API
WebsiteDiscord Server
  • â„šī¸Information
  • 📋Changelogs
  • Reviews
  • đŸ“ĻLibrary
    • #ī¸âƒŖC#
    • ☕JavaScript
    • đŸ‘ģBotGhost
    • 💡Http Example
  • ⚡Client
    • 🧰Lib Developers
    • đŸ“ĻResponses
    • âš ī¸Error Codes
  • 🔗Endpoints
    • Test
    • Misc
    • Utility
    • Color
    • Convert
    • List
    • Image Gen
      • Templates
      • Custom Image
    • Minecraft
    • Sfw Anime Images
    • Sfw Anime Gifs
    • Meme Images
    • Animal Images
    • Nsfw
      • Nsfw Anime Images
      • Nsfw Anime Gifs
Powered by GitBook
On this page
  • Convert Html to Markdown
  • Convert Markdown to Html
  • Convert Image to png
  • Convert Image to jpg
  • Convert Image to webp
  1. Endpoints

Convert

Convert Html to Markdown

POST https://api.fluxpoint.dev/convert/html-markdown

Convert html to markdown by giving the API some html string content.

Headers

Name
Type
Description

Authorization*

Request Body

Name
Type
Description

html*

String

Convert this html to markdown

body

Json Key

Convert this html to markdown

{
    "markdown": "# Hello"
}

Convert Markdown to Html

POST https://api.fluxpoint.dev/convert/markdown-html

Convert markdown to html by giving the API some markdown string content.

Headers

Name
Type
Description

Authorization*

Request Body

Name
Type
Description

markdown

String

Convert this markdown to html

body

Json Key

{
    "html": "<h1>Hello</h1>"
}

Convert Image to png

POST https://api.fluxpoint.dev/convert/image-png

Convert given image data to png, max file size is 15 MB.

Query Parameters

Name
Type
Description

quality

Int

Set the image quality from 1 - 100

Headers

Name
Type
Description

Authorization*

Request Body

Name
Type
Description

Image Data*

File

Send the image to convert

[ Image Data as Stream/Bytes ]

Convert Image to jpg

POST https://api.fluxpoint.dev/convert/image-jpg

Convert given image data to jpg, max file size is 15 MB.

Query Parameters

Name
Type
Description

quality

Int

Set the image quality from 1 - 100

Headers

Name
Type
Description

Authorization*

Request Body

Name
Type
Description

Image Data*

File

Send the image to convert

[ Image Data as Stream/Bytes ]

Convert Image to webp

POST https://api.fluxpoint.dev/convert/image-webp

Convert given image data to webp, max file size is 15 MB.

Query Parameters

Name
Type
Description

quality

Int

Set the image quality from 1 - 100

Headers

Name
Type
Description

Authorization*

Request Body

Name
Type
Description

Image Data*

File

Send the image to convert

[ Image Data as Stream/Bytes ]

PreviousColorNextList

Last updated 1 year ago

Your API token here

Your API token here

Your API token here

Your API token here

Your API token here

🔗
https://fluxpoint.dev/api/token
https://fluxpoint.dev/api/token
https://fluxpoint.dev/api/token
https://fluxpoint.dev/api/token
https://fluxpoint.dev/api/token