Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Introducing the official FLUX MCP • Try now
cURL
curl --request POST \ --url https://api.example.com/v1/licenses/models/{model_slug}/usage \ --header 'Content-Type: application/json' \ --header 'x-key: <api-key>' \ --data ' { "number_of_generations": 1 } '
{ "message": "Usage recorded successfully" }
Number of generations to report (must be a positive integer)
Usage reported successfully
Was this page helpful?