Image Gen
List Image Gen Templates
GET https://api.fluxpoint.dev/gen/html
Get a test error response to handle errors.
Headers
Name
Type
Description
This will send you raw image data (bytes)
Generate Image Template
GET https://api.fluxpoint.dev/gen/{template}
Generate a image template type with parameters.
Headers
Name
Type
Description
This will send you raw image data (bytes)
Custom Image Generation
GET https://api.fluxpoint.dev/gen/custom
Generate a custom image with json body format.
Headers
Name
Type
Description
This will send you raw image data (bytes)
{
"success": false,
"code": 400,
"message": "Failed to parse request json. ( IG-7 )"
}Last updated