Test
Last updated
Last updated
GET
https://api.fluxpoint.dev/
Test if the API works.
GET
https://api.fluxpoint.dev/test/gallery
Get a test gallery file response
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.
type
(png/webp)
Optional image type to use, defaults to jpeg.
GET
https://api.fluxpoint.dev/test/error
Get a test error response to handle errors.
POST
https://api.fluxpoint.dev/test/json
Respond back with the json content you have given to test API clients and placeholder formats
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.
Success