Skip to content

Monetize APIs

Learn how to monetize your REST API endpoints and start earning revenue.

Getting Started

To monetize your API server and start earning revenue, navigate to the monetize page.

Step 1: Add Your API Server

Begin by entering your API server address in the input field. This is the URL where your API server is hosted and accessible.

Important: Use the base URL without any subpath. This base URL will serve as an entry point for buyers, who can use GET requests to list all available endpoints from this location.

Home page with API server address input

Step 2: Configure Server Details

Next, you'll need to configure your server's basic information:

Server Name (required)

  • Choose a descriptive name that helps users identify your API server

Server Description (required)

  • Provide a clear description of what your server does and what tools it offers

Server configuration page

Step 3: Configure Endpoints

In this step, configure your service endpoints. Each endpoint has two paths:

  • Public Path: The path buyers will use to access your endpoint through FluxA's monetization layer
  • Private Path: Your actual API endpoint that receives the requests after monetization

Static Parameters: If your API service requires static parameters (such as headers or query parameters), you can configure them here. These parameters are kept private and only accessible to the proxy server - they will not be exposed to buyers.

WARNING

All configured endpoints must have a minimum price of at least $0.0001 per use.

Endpoint configuration page

Step 4: Review Integration Details

Once you've completed the configuration, your integration page will display:

  • A comprehensive list of all your enabled endpoints with their pricing

Integration details page

Next Steps

Released under the MIT License.