Last updated: May 29, 2026
By listing an API on the Lumora API Store, you agree to the following:
You confirm you own or have the right to distribute the API you are listing. We do not collect, store, or share your API's data or your users' data. All traffic flows through our proxy — we do not log request/response content.
When listing your API, you must provide the base endpoint URL — NOT the full path to individual endpoints. The buyer specifies the path when calling your API.
Correct:
https://yourserver.com/api/v1Wrong (will cause errors):
https://yourserver.com/api/v1/quotes/randomBuyers call your API like this:
{ "accessKey": "api_xxx", "method": "GET", "path": "quotes/random" }The proxy appends the path to your base URL. If you provide the full path, it will be doubled and cause a 404 error.
You must provide clear documentation for each API endpoint so buyers know how to use it. Your documentation should include:
quotes/random, hash/generate)Never expose your actual server endpoint URL. In your documentation examples, always use the Lumora proxy URL:
https://api.lumorapp.name.ng/api/apistore/v1Example documentation snippet:
Endpoint: POST https://api.lumorapp.name.ng/api/apistore/v1If your API has CORS (Cross-Origin Resource Sharing) enabled, you must add our proxy domain to your allowed origins:
https://api.lumorapp.name.ngWithout this, buyers won't be able to call your API through our proxy from browsers or web apps.
Make sure your API supports the correct HTTP methods. If an endpoint only accepts POST, buyers must use "method": "POST" in their request. GET-only or POST-only endpoints are fine — just document them clearly in your API description.
Lumora takes a 20% commission on all paid API transactions. For free APIs, there is no charge at all — buyers use them completely free. You receive 80% of all earnings from paid APIs.
You may delete your listing at any time. Deleted APIs enter a 20-day grace period where existing buyers can still use them. After 20 days, the API is permanently removed. You can restore it during the grace period.
We monitor for abuse to protect our users. The following can result in action against your account:
Violations may result in your API being removed from the store, and repeated or severe violations can lead to account suspension.
We care about the experience of every user on our platform. APIs that consistently provide poor responses, excessive downtime, or bad support may be reviewed and actioned.
Earnings from your APIs are tracked as Luma Coins in your account. You can use coins to purchase other APIs on the platform. Coin-to-cash withdrawal options may be available based on your region and account standing.
By purchasing or using an API from the Lumora API Store, you agree to the following:
You agree to use purchased APIs only for their intended purpose as described by the seller. You must not use any API for:
You must not clone, copy, redistribute, resell, or share the functionality of any API you purchase. Each API is licensed for your personal or internal business use only. Creating a competing service based on a purchased API's responses is strictly prohibited.
You must respect any rate limits set by the seller or the platform. Excessive or abusive usage patterns (e.g. automated scraping, flood requests) may result in your access being revoked without refund.
Some APIs may charge per request or require a one-time purchase. You are responsible for understanding the pricing before making a purchase. All sales are final — refunds are only issued if the API is non-functional as described.
We take abuse seriously. Violations of these terms may result in:
APIs on the Lumora Store are provided by third-party sellers, not by Lumora. Lumora is not responsible for the quality, accuracy, or availability of any third-party API. Use at your own risk.