Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fluximage.io/llms.txt

Use this file to discover all available pages before exploring further.

The Fluximage REST API lets you compress, convert, and AI-enhance images programmatically from any environment that can make HTTP requests. All requests go to the base URL https://fluximage.app and must include a valid API key in the Authorization header. API access is available on the Agency plan.

Base URL

https://fluximage.app

Authentication

Every request must include your API key as a Bearer token:
Authorization: Bearer flx_live_your_key_here
Requests without a valid key return 401 Unauthorized. See the authentication page for details on obtaining and managing your key.

Available endpoints

MethodEndpointDescription
POST/api/compressCompress and optimize images
GET/api/usageGet credit balance and usage

Explore the endpoints

Authentication

Learn how to obtain your API key and authenticate requests.

POST /api/compress

Compress and optimize images with AI-powered features.

GET /api/usage

Check your credit balance and monthly usage.