Returns the list of available discovery categories.
curl --request GET \
--url https://api.fluxer.app/v1/discovery/categories \
--header 'Authorization: <api-key>'[
{
"id": 123,
"name": "<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 GET \
--url https://api.fluxer.app/v1/discovery/categories \
--header 'Authorization: <api-key>'[
{
"id": 123,
"name": "<string>"
}
]