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

Authorization*

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

Get a test gallery file response

Headers

Name
Type
Description

Authorization*

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*

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

Authorization*

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*

Last updated