Generate username suggestions based on a provided global name for new account registration.
curl --request POST \
--url https://api.fluxer.app/v1/auth/username-suggestions \
--header 'Content-Type: application/json' \
--data '
{
"global_name": "<string>"
}
'{
"suggestions": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.fluxer.app/v1/auth/username-suggestions \
--header 'Content-Type: application/json' \
--data '
{
"global_name": "<string>"
}
'{
"suggestions": [
"<string>"
]
}