Overview
This guide shows you how to make your first API request to Flux OS.Prerequisites
You’ll need:- A Flux OS account for your organization
- API credentials (API key and user ID)
Making Requests
To start working with the API, you’ll first need to know the base server endpoint that all requests should be directed to:x-api-key and x-user-id. Contact support@flux-os.com for API credentials.
Here is a sample Python request using the requests library:

