⚡
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
  1. Endpoints

Test

PreviousError CodesNextMisc

Last updated 1 year ago

Home

GET https://api.fluxpoint.dev/

Test if the API works.

Headers

Name
Type
Description

Authorization*

{
    "success": true,
    "code": 200,
    "message": "Hello API user - 12345",
    "website": "https://fluxpoint.dev",
    "discord": "https://discord.gg/fluxpoint",
    "docs": "https://docs.fluxpoint.dev/api",
    "twitter": "https://twitter.com/FluxpointDev",
    "email": "support@fluxpoint.dev",
    "donate": "https://patreon.com/fluxpointdev",
    "revolt": "https://app.revolt.chat/invite/J5Ras1J3"
}

Test Gallery Image

GET https://api.fluxpoint.dev/test/gallery

Get a test gallery file response

Headers

Name
Type
Description

Authorization*

{
    "success": true,
    "code": 200,
    "message": "",
    "id": "22706878647631872",
    "file": "https://img.fluxpoint.dev/22706878647631872.png"
}

Test Image Generation

GET https://api.fluxpoint.dev/test/image

Get a test image data (raw bytes) to use with image generation. This will show a blue square.

Query Parameters

Name
Type
Description

type

(png/webp)

Optional image type to use, defaults to jpeg.

Headers

Name
Type
Description

Authorization*

Test Error

GET https://api.fluxpoint.dev/test/error

Get a test error response to handle errors.

Headers

Name
Type
Description

Authorization*

{
    "success": false,
    "code": 400,
    "message": "This is a bad request test"
}

Test Json

POST https://api.fluxpoint.dev/test/json

Respond back with the json content you have given to test API clients and placeholder formats

Headers

Name
Type
Description

Authorization*

{
    "key": "value",
    
}

Your API token here

Your API token here

Your API token here

This will send you raw image data (bytes) of a jpge image for a blue square. You can also use ?type=png or ?type=webp to test image formats.

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
get
Responses
200
Success
application/json
get
GET / HTTP/1.1
Host: api.fluxpoint.dev
Accept: */*
200

Success

{
  "website": "https://fluxpoint.dev",
  "discord": "https://discord.gg/fluxpoint",
  "docs": "https://docs.fluxpoint.dev/api",
  "email": "support@fluxpoint.dev",
  "donate": "https://patreon.com/fluxpointdev",
  "revolt": "https://app.revolt.chat/invite/J5Ras1J3",
  "endpoints": "https://api.fluxpoint.dev/endpoints",
  "message": "",
  "success": true,
  "code": 200
}
  • GET/
  • Home
  • Test Gallery Image
  • Test Image Generation
  • Test Error
  • Test Json