๐ FLUX.2 [klein] โ Sub-second generation. Open weights, Apache 2.0, API from $0.014/image. Learn more โ
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"
}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"
}Documentation Index
Fetch the complete documentation index at: https://docs.bfl.ml/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?