Test
get
Responses
200
Success
application/json
get
/200
Success
Home
GET https://api.fluxpoint.dev/
Test if the API works.
Headers
Name
Type
Description
Test Gallery Image
GET https://api.fluxpoint.dev/test/gallery
Get a test gallery file response
Headers
Name
Type
Description
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
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.

Test Error
GET https://api.fluxpoint.dev/test/error
Get a test error response to handle errors.
Headers
Name
Type
Description
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
Last updated